[MOAB-dev] commit/MOAB: iulian07: make distcheck needs extra dist defined for all files used in tests

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Jul 3 08:21:02 CDT 2013


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/30aced3cb399/
Changeset:   30aced3cb399
Branch:      master
User:        iulian07
Date:        2013-07-03 15:19:51
Summary:     make distcheck needs extra dist defined for all files used in tests

Affected #:  4 files

diff --git a/MeshFiles/unittest/Makefile.am b/MeshFiles/unittest/Makefile.am
index f347315..16dc2ed 100644
--- a/MeshFiles/unittest/Makefile.am
+++ b/MeshFiles/unittest/Makefile.am
@@ -21,6 +21,8 @@ EXTRA_DIST  = 125hex.g \
               testtet.g \
 	      ptest.cub \
               64bricks_512hex.h5m \
+              64bricks_1khex.h5m\
+              64bricks_12ktet.h5m\
               partBed.smf \
               PB.h5m  \
               polyPB.txt \
@@ -28,5 +30,7 @@ EXTRA_DIST  = 125hex.g \
               quads.h5m \
               SECrop2.h5m \
               poly14.txt \
-              BedCrop2.h5m
+              BedCrop2.h5m \
+              mpas_p8.h5m \
+              Homme_2pt.h5m
 

diff --git a/MeshFiles/unittest/io/Makefile.am b/MeshFiles/unittest/io/Makefile.am
index 8257e5f..fb8a265 100644
--- a/MeshFiles/unittest/io/Makefile.am
+++ b/MeshFiles/unittest/io/Makefile.am
@@ -18,6 +18,7 @@ EXTRA_DIST = HommeMapping.nc \
              test.nas \
              test.unv \
 	     sample.stl \
-             three.smf
+             three.smf \
+             mpasx1.642.t.2.nc
 
 

diff --git a/src/Makefile.am b/src/Makefile.am
index d4ac22d..7cebb7c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -177,6 +177,7 @@ nobase_libMOAB_la_include_HEADERS = \
   moab/point_locater/lotte/findpt.h  \
   moab/point_locater/lotte/poly.h  \
   moab/point_locater/point_locater.hpp \
+  moab/point_locater/parametrizer.hpp \
   moab/Matrix3.hpp \
   moab/MergeMesh.hpp \
   moab/MeshTopoUtil.hpp \

diff --git a/tools/mbcslam/Makefile.am b/tools/mbcslam/Makefile.am
index 48c122e..ad56824 100644
--- a/tools/mbcslam/Makefile.am
+++ b/tools/mbcslam/Makefile.am
@@ -56,4 +56,7 @@ process_arm_SOURCES = process_arm.cpp
 
 cslam_par_test_SOURCES = cslam_par_test.cpp
 cslam_par_test_LDADD = $(LDADD) $(top_builddir)/tools/mbcoupler/libmbcoupler.la 
-
+EXTRA_DIST  = lagrangeHomme.vtk  \
+              eulerHomme.vtk \
+              m1.vtk \
+              m2.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