more testing

This commit is contained in:
tth 2020-06-11 15:56:32 +02:00
parent f7ff7e385a
commit baddd6dedd
1 changed files with 7 additions and 1 deletions

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
# -----------------------------------------------------