Index: branches/rel5/psLib/test/dataManip/Makefile.am
===================================================================
--- branches/rel5/psLib/test/dataManip/Makefile.am	(revision 3626)
+++ branches/rel5/psLib/test/dataManip/Makefile.am	(revision 3627)
@@ -63,9 +63,11 @@
 check_PROGRAMS = $(TESTS)
 
+check_DATA =
+
 CLEANFILES = $(TESTS) $(check_DATA)
 
 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified 
 
-tests: $(TESTS)
+tests: $(TESTS) $(check_DATA)
 
 tst_psFunc00_SOURCES =  tst_psFunc00.c
@@ -113,3 +115,4 @@
 tst_psRandom_SOURCES =  tst_psRandom.c
 tst_psVectorFFT_SOURCES = tst_psVectorFFT.c
- 
+
+test: check
