Index: trunk/psLib/test/dataManip/Makefile.am
===================================================================
--- trunk/psLib/test/dataManip/Makefile.am	(revision 3237)
+++ trunk/psLib/test/dataManip/Makefile.am	(revision 3275)
@@ -15,5 +15,5 @@
 AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS)
 
-check_PROGRAMS = \
+TESTS = \
 	tst_psFunc00 \
 	tst_psFunc01 \
@@ -57,46 +57,8 @@
 	tst_psVectorFFT 
 
+check_PROGRAMS = $(TESTS)
+
 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified 
-TESTS = \
-	tst_psFunc00 \
-	tst_psFunc01 \
-	tst_psFunc02 \
-	tst_psFunc03 \
-	tst_psFunc04 \
-	tst_psFunc05 \
-	tst_psFunc07 \
-	tst_psHist00 \
-	tst_psHist01 \
-	tst_psHist02 \
-	tst_psHist03 \
-	tst_psMatrix01 \
-	tst_psMatrix02 \
-	tst_psMatrix03 \
-	tst_psMatrix04 \
-	tst_psMatrix05 \
-	tst_psMatrix06 \
-	tst_psMatrix07 \
-	tst_psMatrixVectorArithmetic01 \
-	tst_psMatrixVectorArithmetic02 \
-	tst_psMatrixVectorArithmetic03 \
-	tst_psMatrixVectorArithmetic04 \
-	tst_psMinimize04 \
-	tst_psMinimize04_F32 \
-	tst_psMinimize04b \
-	tst_psMinimize04b_F32 \
-	tst_psMinimize05 \
-	tst_psMinimize06 \
-	tst_psMinimize07 \
-	tst_psStats00 \
-	tst_psStats01 \
-	tst_psStats02 \
-	tst_psStats03 \
-	tst_psStats05 \
-	tst_psStats06 \
-	tst_psStats07 \
-	tst_psStats08 \
-	tst_psStats09 \
-	tst_psRandom \
-	tst_psVectorFFT 
+
 tests: $(TESTS)
 
