[MOAB-dev] r1986 - MOAB/trunk/parallel
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Mon Jul 7 16:10:43 CDT 2008
Author: kraftche
Date: 2008-07-07 16:10:43 -0500 (Mon, 07 Jul 2008)
New Revision: 1986
Modified:
MOAB/trunk/parallel/Makefile.am
Log:
Make mbparallelcomm_test be built only for 'make check'
(or 'make mbparallelcomm_test'), no regular 'make'. Otherwise
a clean build fails because libMOABpar.la must be built before
libMOAB.la but mbparallelcomm_test requires libMOAB.la.
Modified: MOAB/trunk/parallel/Makefile.am
===================================================================
--- MOAB/trunk/parallel/Makefile.am 2008-07-07 19:04:46 UTC (rev 1985)
+++ MOAB/trunk/parallel/Makefile.am 2008-07-07 21:10:43 UTC (rev 1986)
@@ -43,7 +43,7 @@
MOAB_PARALLEL_HDRS += WriteHDF5Parallel.hpp
endif
- bin_PROGRAMS = mbparallelcomm_test
+ MOAB_PARALLEL_TEST += mbparallelcomm_test
mbparallelcomm_test_SOURCES = mbparallelcomm_test.cpp
mbparallelcomm_test_LDADD = $(top_builddir)/libMOAB.la
mbparallelcomm_test_DEPENDENCIES = $(mbparallelcomm_test_LDADD)
More information about the moab-dev
mailing list