diff options
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r-- | tools/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index e2c14c9..f10990e 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -9,6 +9,9 @@ # Add include directory to the C preprocessor flags. CPPFLAGS=-I../src -I. @CPPFLAGS@ +# Tools test targets. +TESTS=testh5dump.sh + # These are our main targets: PROGS=h5debug h5import h5ls h5repart h5dump LIB=libh5tools.a |