diff options
Diffstat (limited to 'tools/h5import/Makefile.in')
-rwxr-xr-x | tools/h5import/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/h5import/Makefile.in b/tools/h5import/Makefile.in index 12fd969..9bbcce9 100755 --- a/tools/h5import/Makefile.in +++ b/tools/h5import/Makefile.in @@ -18,10 +18,8 @@ CPPFLAGS=-I. -I$(srcdir) -I$(top_builddir)/src -I$(top_srcdir)/src \ ## Test programs and scripts. ## -#TEST_PROGS= h5importtest -#TEST_SCRIPTS=$(srcdir)/h5importtestutil.sh -TEST_PROGS= -TEST_SCRIPTS= +TEST_PROGS= h5importtest +TEST_SCRIPTS=$(srcdir)/h5importtestutil.sh ## These are our main targets: library and tools. ## |