Index: trunk/psLib/test/sysUtils/Makefile.am
===================================================================
--- trunk/psLib/test/sysUtils/Makefile.am	(revision 3237)
+++ trunk/psLib/test/sysUtils/Makefile.am	(revision 3275)
@@ -15,5 +15,5 @@
 AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS)
 
-check_PROGRAMS = \
+TESTS = \
 	tst_psAbort      \
 	tst_psMemory     \
@@ -24,13 +24,8 @@
 	tst_psConfigure
 
+check_PROGRAMS =$(TESTS)
+
 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified 
-TESTS = \
-	tst_psAbort      \
-	tst_psMemory     \
-	tst_psError      \
-	tst_psLogMsg     \
-	tst_psStringCopy \
-	tst_psTrace      \
-	tst_psConfigure
+
 tests: $(TESTS)
 
