[cgma-dev] r3475 - cgm/trunk/test
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Mon Jan 25 09:39:54 CST 2010
Author: kraftche
Date: 2010-01-25 09:39:53 -0600 (Mon, 25 Jan 2010)
New Revision: 3475
Modified:
cgm/trunk/test/Makefile.am
Log:
cannot run brick test w/facet engine when linking w/cubit because cubit does not allow default GQE to be set to facet engine
Modified: cgm/trunk/test/Makefile.am
===================================================================
--- cgm/trunk/test/Makefile.am 2010-01-22 22:08:04 UTC (rev 3474)
+++ cgm/trunk/test/Makefile.am 2010-01-25 15:39:53 UTC (rev 3475)
@@ -12,12 +12,14 @@
-I$(srcdir) \
$(OCC_INC_FLAG)
-TESTS = init sheet brick_facet
+TESTS = init sheet
if build_ACIS
TESTS += webcut hollow_acis brick_acis
else
if WITH_CUBIT
TESTS += webcut brick_acis
+else
+ TESTS += brick_facet
endif
endif
if build_OCC
More information about the cgma-dev
mailing list