[MOAB-dev] commit/MOAB: iulian07: dagmc tests depend on hdf5 reader
    commits-noreply at bitbucket.org 
    commits-noreply at bitbucket.org
       
    Thu Mar 27 10:11:07 CDT 2014
    
    
  
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/ddd8222c36a6/
Changeset:   ddd8222c36a6
Branch:      master
User:        iulian07
Date:        2014-03-27 16:10:29
Summary:     dagmc tests depend on hdf5 reader
Affected #:  1 file
diff --git a/test/dagmc/Makefile.am b/test/dagmc/Makefile.am
index 2ee4a3a..d092176 100644
--- a/test/dagmc/Makefile.am
+++ b/test/dagmc/Makefile.am
@@ -10,11 +10,12 @@ AM_CPPFLAGS += -DSRCDIR=$(srcdir) \
                -I$(top_srcdir)/src/io \
                -I$(top_srcdir)/src/parallel \
                -I$(top_srcdir)/tools/dagmc 
-
-TESTS = dagmc_simple_test \
+TESTS = 
+if HDF5_FILE
+ TESTS += dagmc_simple_test \
         dagmc_rayfire_test \
         dagmc_pointinvol_test
-
+endif
 check_PROGRAMS = $(TESTS)
 
 dagmc_simple_test_SOURCES = $(srcdir)/../TestUtil.hpp dagmc_simple_test.cpp
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