Uniquify tjbenchtest log file names based on args

+ clean up log files when 'make testclean' is invoked
+ fix 'tjbenchtest -yuv -alloc'
+ fix tjexampletest so that it creates images under /tmp
+ clean up tjexampletest
This commit is contained in:
DRC
2017-11-15 19:39:45 -06:00
parent 468f2fed27
commit 78e97e38cb
4 changed files with 41 additions and 36 deletions

View File

@@ -33,8 +33,6 @@ if [ -d $OUTDIR ]; then
fi
mkdir -p $OUTDIR
exec >$EXEDIR/tjbenchtest-java.log
if [ $# -gt 0 ]; then
if [ "$1" = "-yuv" ]; then
NSARG=-nosmooth
@@ -60,6 +58,8 @@ if [ $# -gt 0 ]; then
fi
fi
exec >$EXEDIR/tjbenchtest-java$YUVARG.log
# Standard tests
for image in $IMAGES; do