[cgma-dev] r2785 - cgm/trunk/itaps
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Tue Mar 31 10:56:20 CDT 2009
Author: kraftche
Date: 2009-03-31 10:56:19 -0500 (Tue, 31 Mar 2009)
New Revision: 2785
Modified:
cgm/trunk/itaps/Makefile.am
Log:
Fix nightly test failures: "chaman" "test" a) requires a user-specified input
file and b) doesn't actually test any results so it is inappropriate for
inclusion in the set of automated tests. Build it for "make check", but
don't run it.
Modified: cgm/trunk/itaps/Makefile.am
===================================================================
--- cgm/trunk/itaps/Makefile.am 2009-03-31 13:30:24 UTC (rev 2784)
+++ cgm/trunk/itaps/Makefile.am 2009-03-31 15:56:19 UTC (rev 2785)
@@ -9,7 +9,7 @@
SIDL_DIR =
endif
-TESTS = chaman
+TESTS =
if build_ACIS
TESTS += testgeom
else
@@ -51,7 +51,7 @@
iBase_f.h \
iGeom_f.h
-check_PROGRAMS = $(TESTS)
+check_PROGRAMS = chaman $(TESTS)
testgeom_SOURCES = testgeom.cc
testgeom_LDADD = libiGeom.la
More information about the cgma-dev
mailing list