[cig-commits] r13046 - in cs/cigma/trunk: . build

luis at geodynamics.org luis at geodynamics.org
Wed Oct 15 02:07:40 PDT 2008


Author: luis
Date: 2008-10-15 02:07:39 -0700 (Wed, 15 Oct 2008)
New Revision: 13046

Removed:
   cs/cigma/trunk/build/runtests.sh
Modified:
   cs/cigma/trunk/Makefile.am
Log:
Run python unit tests during 'make check'

Also, removed ./build/runtests.sh script as it is no longer necessary.

Modified: cs/cigma/trunk/Makefile.am
===================================================================
--- cs/cigma/trunk/Makefile.am	2008-10-15 09:07:37 UTC (rev 13045)
+++ cs/cigma/trunk/Makefile.am	2008-10-15 09:07:39 UTC (rev 13046)
@@ -225,7 +225,9 @@
 check_PROGRAMS = cigma-test
 
 # Also run the tests as part of make check
-TESTS = $(check_PROGRAMS)
+TESTS = \
+	$(check_PROGRAMS) \
+	$(top_srcdir)/tests/pytests/runner.py
 
 ## Compiler/Linker Options
 

Deleted: cs/cigma/trunk/build/runtests.sh
===================================================================
--- cs/cigma/trunk/build/runtests.sh	2008-10-15 09:07:37 UTC (rev 13045)
+++ cs/cigma/trunk/build/runtests.sh	2008-10-15 09:07:39 UTC (rev 13046)
@@ -1,4 +0,0 @@
-#!/bin/bash
-make check
-python tests/pytests/runner.py
-



More information about the cig-commits mailing list