[cig-commits] r13619 - cs/cigma/trunk

luis at geodynamics.org luis at geodynamics.org
Tue Dec 9 18:16:14 PST 2008


Author: luis
Date: 2008-12-09 18:16:14 -0800 (Tue, 09 Dec 2008)
New Revision: 13619

Modified:
   cs/cigma/trunk/Makefile.am
Log:
Split assignment of TEST variable in Makefile.am

Modified: cs/cigma/trunk/Makefile.am
===================================================================
--- cs/cigma/trunk/Makefile.am	2008-12-10 02:16:13 UTC (rev 13618)
+++ cs/cigma/trunk/Makefile.am	2008-12-10 02:16:14 UTC (rev 13619)
@@ -359,10 +359,10 @@
 check_PROGRAMS = cigma-test
 
 # Also run the tests as part of make check
-TESTS = \
-	cigma-test \
-	$(top_srcdir)/tests/pytests/runner.py \
-	$(top_srcdir)/tests/system/runner.py
+TESTS =
+TESTS += cigma-test
+TESTS += $(top_srcdir)/tests/pytests/runner.py
+TESTS +=$(top_srcdir)/tests/system/runner.py
 
 
 # cigma tests {{{



More information about the CIG-COMMITS mailing list