[postgis-commits] svn - r3842 - in trunk: . liblwgeom/cunit

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Tue Mar 10 13:25:10 PDT 2009


Author: mcayland
Date: 2009-03-10 13:25:09 -0700 (Tue, 10 Mar 2009)
New Revision: 3842

Modified:
   trunk/GNUmakefile
   trunk/liblwgeom/cunit/Makefile.in
Log:
Fix for GBT#132: Make check should run CUnit. This is to aid developers as we move the majority of the testing framework over to CUnit.


Modified: trunk/GNUmakefile
===================================================================
--- trunk/GNUmakefile	2009-03-10 20:15:27 UTC (rev 3841)
+++ trunk/GNUmakefile	2009-03-10 20:25:09 UTC (rev 3842)
@@ -29,8 +29,9 @@
 	$(MAKE) distclean
 	rm -f configure
 
-test check: 
-	$(MAKE) -C regress test
+test check: postgis
+	$(MAKE) -C liblwgeom/cunit check
+	$(MAKE) -C regress check
 
 test-clean:
 	$(MAKE) -C regress clean

Modified: trunk/liblwgeom/cunit/Makefile.in
===================================================================
--- trunk/liblwgeom/cunit/Makefile.in	2009-03-10 20:15:27 UTC (rev 3841)
+++ trunk/liblwgeom/cunit/Makefile.in	2009-03-10 20:25:09 UTC (rev 3842)
@@ -50,6 +50,8 @@
 # Requirements message
 requirements_not_met_cunit:
 	@echo
+	@echo "WARNING:"
+	@echo
 	@echo "configure was unable to find CUnit which is required for unit testing."
 	@echo "In order to enable unit testing, you must install CUnit and then re-run configure."
 	@echo



More information about the postgis-commits mailing list