components/desktop/libjpeg/test/results-all.master
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 7895 db578176fc80
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

make[1]: Entering directory '$(@D)'
/usr/gnu/bin/make  check-local
make[2]: Entering directory '$(@D)'
rm -f testout*
./djpeg -dct int -ppm -outfile testout.ppm  $(SOURCE_DIR)/testorig.jpg
./djpeg -dct int -bmp -colors 256 -outfile testout.bmp  $(SOURCE_DIR)/testorig.jpg
./cjpeg -dct int -outfile testout.jpg  $(SOURCE_DIR)/testimg.ppm
./djpeg -dct int -ppm -outfile testoutp.ppm $(SOURCE_DIR)/testprog.jpg
./cjpeg -dct int -progressive -opt -outfile testoutp.jpg $(SOURCE_DIR)/testimg.ppm
./jpegtran -outfile testoutt.jpg $(SOURCE_DIR)/testprog.jpg
cmp $(SOURCE_DIR)/testimg.ppm testout.ppm
cmp $(SOURCE_DIR)/testimg.bmp testout.bmp
cmp $(SOURCE_DIR)/testimg.jpg testout.jpg
cmp $(SOURCE_DIR)/testimg.ppm testoutp.ppm
cmp $(SOURCE_DIR)/testimgp.jpg testoutp.jpg
cmp $(SOURCE_DIR)/testorig.jpg testoutt.jpg
make[2]: Leaving directory '$(@D)'
make[1]: Leaving directory '$(@D)'