[MOAB-dev] r2779 - MOAB/trunk
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Mon Mar 30 17:02:52 CDT 2009
Author: kraftche
Date: 2009-03-30 17:02:52 -0500 (Mon, 30 Mar 2009)
New Revision: 2779
Modified:
MOAB/trunk/Makefile.am
Log:
add convencience make target 'build-check' to top-level make file to compile all tests without running them
Modified: MOAB/trunk/Makefile.am
===================================================================
--- MOAB/trunk/Makefile.am 2009-03-30 20:22:08 UTC (rev 2778)
+++ MOAB/trunk/Makefile.am 2009-03-30 22:02:52 UTC (rev 2779)
@@ -364,3 +364,7 @@
test/cell2.gen: $(top_srcdir)/test/cell2.gen.gz
$(ZCAT) $(top_srcdir)/test/cell2.gen.gz > test/cell2.gen
+
+# Utility target: build but don't run tests
+build-check:
+ $(MAKE) 'TESTS_ENVIRONMENT=: ' check
More information about the moab-dev
mailing list