more testing

This commit is contained in:
tTh
2020-06-11 15:56:32 +02:00
parent f7ff7e385a
commit baddd6dedd
+7 -1
View File
@@ -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
# -----------------------------------------------------