diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-09-18 16:25:47 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-09-18 16:25:47 (GMT) |
commit | b72f6dc8367d406d9c678f62953a75056a37891c (patch) | |
tree | cff0e4ef6bb25e357be5e7d0ba0794d17715396a /tools/h5copy/Makefile.am | |
parent | d5d664a56c42ec8ebb7863abc80c137ac5570f43 (diff) | |
download | hdf5-b72f6dc8367d406d9c678f62953a75056a37891c.zip hdf5-b72f6dc8367d406d9c678f62953a75056a37891c.tar.gz hdf5-b72f6dc8367d406d9c678f62953a75056a37891c.tar.bz2 |
[svn-r12671]
added a test file generator program for h5copy, modified test script to use
that file, added binary file to repo
tested on heping, shanti
Diffstat (limited to 'tools/h5copy/Makefile.am')
-rw-r--r-- | tools/h5copy/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/h5copy/Makefile.am b/tools/h5copy/Makefile.am index 9632c1b..17f650c 100644 --- a/tools/h5copy/Makefile.am +++ b/tools/h5copy/Makefile.am @@ -23,12 +23,17 @@ include $(top_srcdir)/config/commence.am INCLUDES=-I$(top_srcdir)/src -I$(top_srcdir)/tools/lib # Test programs and scripts +TEST_PROG=h5copygentest TEST_SCRIPT=$(srcdir)/testh5copy.sh check_SCRIPTS=$(TEST_SCRIPT) SCRIPT_DEPEND=h5copy$(EXEEXT) # This is our main target, the h5copy tool bin_PROGRAMS=h5copy +check_PROGRAMS=$(TEST_PROG) + +# source file for the test file generator +h5copygentest_SOURCES=h5copygentest.c # All programs depend on the hdf5 and h5tools libraries LDADD=$(LIBH5TOOLS) $(LIBHDF5) |