Index: trunk/psLib/test/image/Makefile.am
===================================================================
--- trunk/psLib/test/image/Makefile.am	(revision 3246)
+++ trunk/psLib/test/image/Makefile.am	(revision 3275)
@@ -15,5 +15,5 @@
 AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS)
 
-check_PROGRAMS = \
+TESTS = \
 	tst_psImage \
 	tst_psImageFFT \
@@ -29,4 +29,6 @@
 	tst_psImageInterpolate
 
+check_PROGRAMS =$(TESTS)
+
 check_DATA = \
 	fBiOut.fits \
@@ -36,17 +38,5 @@
                
 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified 
-TESTS = \
-	tst_psImage \
-	tst_psImageFFT \
-	tst_psImageManip \
-	tst_psImageStats00 \
-	tst_psImageStats01 \
-	tst_psImageStats02 \
-	tst_psImageStats03 \
-	tst_psImageStats04 \
-	tst_psImageExtraction \
-	tst_psImageConvolve \
-	tst_psImageIO \
-	tst_psImageInterpolate
+
 tests: $(TESTS)
 
