From 5263a8044f9a3a9af5b1254693081ce35ca3b7be Mon Sep 17 00:00:00 2001 From: DRC Date: Thu, 9 Sep 2010 21:02:21 +0000 Subject: [PATCH] Require a full build prior to testing (this fixes a problem whereby running 'make test' on an unbuilt tree would fail) git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@232 632fc199-4ca6-4c93-a231-07263d6284db --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index c8791b2..f8552ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -98,7 +98,7 @@ dist-hook: if WITH_SIMD -test: testclean cjpeg djpeg jpegtran jpegut +test: testclean all ./jpegut ./cjpeg -dct int -outfile testoutint.jpg $(srcdir)/testorig.ppm ./cjpeg -dct fast -opt -outfile testoutfst.jpg $(srcdir)/testorig.ppm @@ -121,7 +121,7 @@ test: testclean cjpeg djpeg jpegtran jpegut else -test: testclean cjpeg djpeg jpegtran jpegut +test: testclean all ./jpegut ./cjpeg -dct int -outfile testoutint.jpg $(srcdir)/testorig.ppm ./cjpeg -dct fast -opt -outfile testoutfst.jpg $(srcdir)/testorig.ppm -- 2.40.0