components/desktop/libjpeg/test/results-all.master
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Mon, 17 Apr 2017 19:38:06 -0700
changeset 7895 db578176fc80
parent 5622 b0275c75884a
permissions -rw-r--r--
25892436 update libjpeg to v6b2 19073706 problem in LIBRARY/LIBJPEG

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)'