summaryrefslogtreecommitdiffstats
path: root/hl/tools/h5watch/Makefile.in
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2013-11-21 16:45:39 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2013-11-21 16:45:39 (GMT)
commit10d221961cd178734d674cb7d20465374ac37afd (patch)
tree000d00478c76f25f0e04f1aa78719d8e4a4dba08 /hl/tools/h5watch/Makefile.in
parent819a5d610b9f1cf6ce454b66b836ec6be678028a (diff)
downloadhdf5-10d221961cd178734d674cb7d20465374ac37afd.zip
hdf5-10d221961cd178734d674cb7d20465374ac37afd.tar.gz
hdf5-10d221961cd178734d674cb7d20465374ac37afd.tar.bz2
[svn-r24459] Checkin for bug fix SWMR-11: used message file to coordinate test runs for h5watch.
The changes were initially done as part of the file locking implementation. This is a merge from the revise_chunks #24454. In addition, a bug fix when enable-production in test/tfile.c-- --test_swmr_write(): use latest format in creating the test files
Diffstat (limited to 'hl/tools/h5watch/Makefile.in')
-rw-r--r--hl/tools/h5watch/Makefile.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/hl/tools/h5watch/Makefile.in b/hl/tools/h5watch/Makefile.in
index 1725cd0..0e2400b 100644
--- a/hl/tools/h5watch/Makefile.in
+++ b/hl/tools/h5watch/Makefile.in
@@ -433,27 +433,22 @@ TRACE = perl $(top_srcdir)/bin/trace
# .chkexe files are used to mark tests that have run successfully.
# .chklog files are output from those tests.
# *.clog are from the MPE option.
-CHECK_CLEANFILES = *.chkexe *.chklog *.clog
+#
+CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.h5
# Include src and tools/lib directories
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib -I$(top_srcdir)/hl/src
# These are our main targets, the tools
-#TEST_PROG=h5watchgentest
TEST_SCRIPT = testh5watch.sh
-#check_PROGRAMS=h5watchgentest
check_SCRIPTS = $(TEST_SCRIPT)
SCRIPT_DEPEND = h5watch$(EXEEXT)
# Add h5watch specific linker flags here
h5watch_LDFLAGS = $(LT_STATIC_EXEC) $(AM_LDFLAGS)
h5watch_SOURCES = h5watch.c
-
-#gen_onetwo_test_SOURCES=gen_onetwo_test.c
h5watchgentest_SOURCES = h5watchgentest.c
extend_dset_SOURCES = extend_dset.c
-#extend_one_SOURCES=extend_one.c
-#extend_two_SOURCES=extend_two.c
# Programs all depend on the hdf5 library, the tools library, and the HL
# library.