[MOAB-dev] commit/MOAB: danwu: Updated unit test makefiles and git ignore items for NC writer.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Apr 22 14:38:53 CDT 2014


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/3baa2f44fdfa/
Changeset:   3baa2f44fdfa
Branch:      ncwriter
User:        danwu
Date:        2014-04-22 21:38:28
Summary:     Updated unit test makefiles and git ignore items for NC writer.

Affected #:  3 files

diff --git a/.gitignore b/.gitignore
index ba9fe1e..0e9b261 100644
--- a/.gitignore
+++ b/.gitignore
@@ -155,6 +155,7 @@ test/io/*.g
 test/io/gmsh_test
 test/io/ideas_test
 test/io/nastran_test
+test/io/*.nc
 test/io/read_cgm_basic_test
 test/io/read_cgm_connectivity_test
 test/io/read_cgm_group_test
@@ -168,6 +169,7 @@ test/io/smf_test
 test/io/stl_test
 test/io/tqdcfr
 test/io/vtk_test
+test/io/write_nc
 test/kd_tree_test
 test/kd_tree_time
 test/kd_tree_tool
@@ -187,6 +189,7 @@ test/parallel/*.h5m
 test/parallel/mbparallelcomm_test
 test/parallel/mhdf_parallel
 test/parallel/mpastrvpart
+test/parallel/*.nc
 test/parallel/par_coupler_test
 test/parallel/par_intx_sph
 test/parallel/parallel_hdf5_test

diff --git a/test/io/Makefile.am b/test/io/Makefile.am
index dd09c0e..fffcbb4 100644
--- a/test/io/Makefile.am
+++ b/test/io/Makefile.am
@@ -67,6 +67,7 @@ nastran_test_SOURCES = $(srcdir)/../TestUtil.hpp nastran_test.cc
 read_nc_SOURCES = $(srcdir)/../TestUtil.hpp read_nc.cpp
 read_ucd_nc_SOURCES = $(srcdir)/../TestUtil.hpp read_ucd_nc.cpp
 read_mpas_nc_SOURCES = $(srcdir)/../TestUtil.hpp read_mpas_nc.cpp
+write_nc_SOURCES = $(srcdir)/../TestUtil.hpp write_nc.cpp
 ideas_test_SOURCES = $(srcdir)/../TestUtil.hpp ideas_test.cc
 stl_test_SOURCES = $(srcdir)/../TestUtil.hpp stl_test.cc
 smf_test_SOURCES = $(srcdir)/../TestUtil.hpp smf_test.cc
@@ -84,8 +85,11 @@ read_cgm_group_test_CXXFLAGS = $(CGM_CPPFLAGS) $(CGM_LIBS)  $(CXXFLAGS)
 readutil_test_SOURCES = $(srcdir)/../TestUtil.hpp readutil_test.cpp
 cgns_test_SOURCES=$(srcdir)/../TestUtil.hpp cgns_test.cpp
 
-MOSTLYCLEANFILES = dumped_acis.sat  \
+MOSTLYCLEANFILES = dumped_acis.sat \
                    mb_write.g \
                    mb_write2.g \
-	           singlecyl_tmp.ccmg
+                   singlecyl_tmp.ccmg \
+                   test_eul_T.nc \
+                   test_fv_T.nc \
+                   test_homme_T.nc
 

diff --git a/test/parallel/Makefile.am b/test/parallel/Makefile.am
index dde3a87..59c39c3 100644
--- a/test/parallel/Makefile.am
+++ b/test/parallel/Makefile.am
@@ -55,7 +55,9 @@ endif
 
 if PNETCDF_FILE
 if !NETCDF_FILE
-  NETCDF_TESTS += scdpart read_nc_par ucdtrvpart mpastrvpart
+  NETCDF_TESTS += scdpart read_nc_par ucdtrvpart mpastrvpart write_nc_par
+else
+  NETCDF_TESTS += write_nc_par
 endif
 endif
 
@@ -90,6 +92,7 @@ scdpart_SOURCES = scdpart.cpp
 read_nc_par_SOURCES = ../io/read_nc.cpp
 ucdtrvpart_SOURCES = ucdtrvpart.cpp
 mpastrvpart_SOURCES = mpastrvpart.cpp
+write_nc_par_SOURCES = ../io/write_nc.cpp
 par_spatial_locator_test_SOURCES = par_spatial_locator_test.cpp
 
 if ENABLE_mbcoupler
@@ -117,4 +120,7 @@ MOSTLYCLEANFILES = mhdf_ll.h5m tmp0.h5m tmp1.h5m tmp2.h5m tmp3.h5m \
                    dum.h5m \
                    test_mpas_no_mixed_elements.h5m \
                    test_mpas_rcbzoltan.h5m \
-                   test_mpas_rcbzoltan_no_mixed_elements.h5m
+                   test_mpas_rcbzoltan_no_mixed_elements.h5m \
+                   test_par_eul_T.nc \
+                   test_par_fv_T.nc \
+                   test_par_homme_T.nc

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