[MOAB-dev] r2719 - in MOAB/trunk/test: dual h5file obb perf
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Tue Mar 17 07:03:39 CDT 2009
Author: kraftche
Date: 2009-03-17 07:03:39 -0500 (Tue, 17 Mar 2009)
New Revision: 2719
Modified:
MOAB/trunk/test/dual/Makefile.am
MOAB/trunk/test/h5file/Makefile.am
MOAB/trunk/test/obb/Makefile.am
MOAB/trunk/test/perf/Makefile.am
Log:
add to all tests
Modified: MOAB/trunk/test/dual/Makefile.am
===================================================================
--- MOAB/trunk/test/dual/Makefile.am 2009-03-17 11:59:46 UTC (rev 2718)
+++ MOAB/trunk/test/dual/Makefile.am 2009-03-17 12:03:39 UTC (rev 2719)
@@ -1,3 +1,6 @@
+
+ at CGM_CONFIG_OPTIONS@
+
DEFS = $(DEFINES)
INCLUDES += -I$(top_srcdir) -I$(top_builddir)
check_PROGRAMS = dual_test
@@ -2,4 +5,8 @@
dual_test_SOURCES = dual_test.cpp
-dual_test_LDADD = $(top_builddir)/libMOAB.la
+LDADD = $(top_builddir)/libMOAB.la
dual_test_DEPENDENCIES = $(top_builddir)/libMOAB.la
TESTS = dual_test
+
+if HAVE_CGM
+ LDADD += $(CGM_LTFLAGS)
+endif
Modified: MOAB/trunk/test/h5file/Makefile.am
===================================================================
--- MOAB/trunk/test/h5file/Makefile.am 2009-03-17 11:59:46 UTC (rev 2718)
+++ MOAB/trunk/test/h5file/Makefile.am 2009-03-17 12:03:39 UTC (rev 2719)
@@ -1,3 +1,6 @@
+
+ at CGM_CONFIG_OPTIONS@
+
DEFS = $(DEFINES)
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/mhdf/include -I$(top_builddir)
check_PROGRAMS = h5test h5legacy h5varlen h5sets_test h5regression
@@ -5,6 +8,10 @@
TESTS = $(check_PROGRAMS)
LDADD = $(top_builddir)/libMOAB.la
+if HAVE_CGM
+ LDADD += $(CGM_LTFLAGS)
+endif
+
h5test_SOURCES = h5file_test.cpp
h5legacy_SOURCES = h5legacy.cpp
h5varlen_SOURCES = h5varlen.cpp
Modified: MOAB/trunk/test/obb/Makefile.am
===================================================================
--- MOAB/trunk/test/obb/Makefile.am 2009-03-17 11:59:46 UTC (rev 2718)
+++ MOAB/trunk/test/obb/Makefile.am 2009-03-17 12:03:39 UTC (rev 2719)
@@ -1,10 +1,16 @@
check_PROGRAMS = obb_test obb_time obb_tree_tool
TESTS = obb_test
+ at CGM_CONFIG_OPTIONS@
+
DEFS = $(DEFINES)
INCLUDES += -I$(top_srcdir) -I$(top_builddir)
LDADD = $(top_builddir)/libMOAB.la
+if HAVE_CGM
+ LDADD += $(CGM_LTFLAGS)
+endif
+
obb_test_SOURCES = obb_test.cpp
obb_time_SOURCES = obb_time.cpp
obb_tree_tool_SOURCES = obb_tree_tool.cpp
Modified: MOAB/trunk/test/perf/Makefile.am
===================================================================
--- MOAB/trunk/test/perf/Makefile.am 2009-03-17 11:59:46 UTC (rev 2718)
+++ MOAB/trunk/test/perf/Makefile.am 2009-03-17 12:03:39 UTC (rev 2719)
@@ -1,3 +1,6 @@
+
+ at CGM_CONFIG_OPTIONS@
+
DEFS = $(DEFINES)
INCLUDES += -I$(top_srcdir) \
-I$(top_srcdir)/mhdf/include \
@@ -7,6 +10,10 @@
LDADD = $(top_builddir)/libMOAB.la
+if HAVE_CGM
+ LDADD += $(CGM_LTFLAGS)
+endif
+
check_PROGRAMS = perf seqperf adj_time
perf_SOURCES = perf.cpp
More information about the moab-dev
mailing list