From baddd6dedd58ac6057b198df8955bc2dedc9f9c5 Mon Sep 17 00:00:00 2001 From: tth Date: Thu, 11 Jun 2020 15:56:32 +0200 Subject: [PATCH] more testing --- tools/essai.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tools/essai.sh b/tools/essai.sh index 4364f277..c7410d8f 100755 --- a/tools/essai.sh +++ b/tools/essai.sh @@ -17,7 +17,13 @@ echo "=== " $0 " ===" ./fimgfx -v rot90 $TMPF bar.fimg } # ----------------------------------------------------- +function essai_drand48 +{ +./mkfimg -v -t drand48 $TMPF 800 600 +./fimgstats -vv $TMPF +} +# ----------------------------------------------------- -essai_rot90 +essai_drand48 # -----------------------------------------------------