[MOAB-dev] commit/MOAB: danwu: Move TestErrorHandling and TestErrorHandlingPar to a new category (ERROREXAMPLES) in examples/makefile
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Mon Feb 17 15:02:21 CST 2014
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/62d1ec2272f7/
Changeset: 62d1ec2272f7
Branch: error_handling_enhancement
User: danwu
Date: 2014-02-17 22:02:02
Summary: Move TestErrorHandling and TestErrorHandlingPar to a new category (ERROREXAMPLES) in examples/makefile
Affected #: 1 file
diff --git a/examples/makefile b/examples/makefile
index de54c24..07de492 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -7,12 +7,13 @@ include ${MOAB_DIR}/lib/iMesh-Defs.inc
# MESH_DIR is the directory containing mesh files that come with MOAB source
MESH_DIR="../MeshFiles/unittest"
-EXAMPLES = HelloMOAB GetEntities SetsNTags structuredmesh StructuredMeshSimple DirectAccessWithHoles DirectAccessNoHoles point_in_elem_search DeformMeshRemap TestErrorHandling
-PAREXAMPLES = HelloParMOAB ReduceExchangeTags LloydRelaxation TestErrorHandlingPar
+EXAMPLES = HelloMOAB GetEntities SetsNTags structuredmesh StructuredMeshSimple DirectAccessWithHoles DirectAccessNoHoles point_in_elem_search DeformMeshRemap
+PAREXAMPLES = HelloParMOAB ReduceExchangeTags LloydRelaxation
EXOIIEXAMPLES = TestExodusII
+ERROREXAMPLES = TestErrorHandling TestErrorHandlingPar
F90EXAMPLES = DirectAccessNoHolesF90 PushParMeshIntoMoabF90
-default: ${EXAMPLES} ${PAREXAMPLES} ${EXOIIEXAMPLES} ${F90EXAMPLES}
+default: ${EXAMPLES} ${PAREXAMPLES} ${EXOIIEXAMPLES} ${ERROREXAMPLES} ${F90EXAMPLES}
HelloMOAB : HelloMOAB.o ${MOAB_LIBDIR}/libMOAB.la
${MOAB_CXX} -o $@ $< ${MOAB_LIBS_LINK}
@@ -66,7 +67,7 @@ TestErrorHandlingPar: TestErrorHandlingPar.o ${MOAB_LIBDIR}/libMOAB.la
${MOAB_CXX} -o $@ $< ${MOAB_LIBS_LINK}
clean:
- rm -rf *.o *.mod ${EXAMPLES} ${PAREXAMPLES} ${EXOIIEXAMPLES} ${F90EXAMPLES}
+ rm -rf *.o *.mod ${EXAMPLES} ${PAREXAMPLES} ${EXOIIEXAMPLES} ${ERROREXAMPLES} ${F90EXAMPLES}
.cpp.o :
${MOAB_CXX} ${CXXFLAGS} ${MOAB_CXXFLAGS} ${MOAB_CPPFLAGS} ${MOAB_INCLUDES} -DMESH_DIR=\"${MESH_DIR}\" -c $<
Repository URL: https://bitbucket.org/fathomteam/moab/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the moab-dev
mailing list