[MOAB-dev] r4188 - MOAB/trunk/test/perf
    tautges at mcs.anl.gov 
    tautges at mcs.anl.gov
       
    Mon Oct  4 07:57:23 CDT 2010
    
    
  
Author: tautges
Date: 2010-10-04 07:57:22 -0500 (Mon, 04 Oct 2010)
New Revision: 4188
Modified:
   MOAB/trunk/test/perf/Makefile.am
Log:
Mistake was tstt_perf_binding was included in the check programs outside
the test for enabled imesh, in addition to inside that test.
Make check now works for perf subdir, but still breaks the hdf5 stuff.
Modified: MOAB/trunk/test/perf/Makefile.am
===================================================================
--- MOAB/trunk/test/perf/Makefile.am	2010-10-01 21:07:14 UTC (rev 4187)
+++ MOAB/trunk/test/perf/Makefile.am	2010-10-04 12:57:22 UTC (rev 4188)
@@ -5,7 +5,7 @@
             
 LDADD = $(top_builddir)/src/libMOAB.la
 
-check_PROGRAMS = perf seqperf adj_time tstt_perf_binding
+check_PROGRAMS = perf seqperf adj_time
 noinst_PROGRAMS = point_in_elem
 
 perf_SOURCES = perf.cpp
    
    
More information about the moab-dev
mailing list