[MOAB-dev] commit/MOAB: iulian07: we need to specify output files that need to be
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Wed Jul 3 23:54:14 CDT 2013
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/b22a595501c2/
Changeset: b22a595501c2
Branch: master
User: iulian07
Date: 2013-07-04 06:50:04
Summary: we need to specify output files that need to be
cleaned (for example test files); otherwise make distcheck complains
Affected #: 3 files
diff --git a/test/parallel/Makefile.am b/test/parallel/Makefile.am
index 72fb443..cde37b0 100644
--- a/test/parallel/Makefile.am
+++ b/test/parallel/Makefile.am
@@ -103,4 +103,16 @@ if ENABLE_mbcslam
par_intx_sph_LDADD = $(LDADD) ../../tools/mbcoupler/libmbcoupler.la ../../tools/mbcslam/libmbcslam.la
endif
# Other files to clean up (e.g. output from tests)
-MOSTLYCLEANFILES = mhdf_ll.h5m tmp0.h5m tmp1.h5m tmp2.h5m tmp3.h5m
+MOSTLYCLEANFILES = mhdf_ll.h5m tmp0.h5m tmp1.h5m tmp2.h5m tmp3.h5m \
+ partial0.vtk \
+ partial1.vtk \
+ partialConvex1.vtk \
+ partialConvex0.vtk \
+ initial0.vtk \
+ intersect1.h5m \
+ intersect0.h5m \
+ test.h5m \
+ initial1.vtk \
+ test_mpas.h5m \
+ dum.h5m
+
diff --git a/test/parallel/par_intx_sph.cpp b/test/parallel/par_intx_sph.cpp
index f5c4b22..dca936e 100644
--- a/test/parallel/par_intx_sph.cpp
+++ b/test/parallel/par_intx_sph.cpp
@@ -169,9 +169,10 @@ void test_intx_in_parallel_elem_based()
std::string example(TestDir + "/" + input_mesh_file);
rval = mb.load_file(example.c_str(), &euler_set, opts.c_str());
+ CHECK_ERR(rval);
ParallelComm* pcomm = ParallelComm::get_pcomm(&mb, 0);
- CHECK_ERR(rval);
+ CHECK( NULL!=pcomm );
rval = pcomm->check_all_shared_handles();
CHECK_ERR(rval);
diff --git a/tools/mbcslam/Makefile.am b/tools/mbcslam/Makefile.am
index ad56824..49e54f6 100644
--- a/tools/mbcslam/Makefile.am
+++ b/tools/mbcslam/Makefile.am
@@ -60,3 +60,15 @@ EXTRA_DIST = lagrangeHomme.vtk \
eulerHomme.vtk \
m1.vtk \
m2.vtk
+
+# Other files to clean up (e.g. output from tests)
+MOSTLYCLEANFILES = intersect1.h5m \
+ lagr.h5m \
+ polyWithEdges.vtk \
+ lagr00.h5m \
+ intersect00.h5m \
+ lagrIni.h5m \
+ intx.vtk \
+ spectral.vtk \
+ intx1.vtk
+
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