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 96a757f..d6ea8c9 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -26,6 +26,9 @@ PROG_SRC=h5debug.c h5import.c h5ls.c h5repart.c h5dump.c h5dumputil.c PROG_OBJ=$(PROG_SRC:.c=.o) PRIVATE_HDR=h5tools.h +# Programs have to be built before they can be tested! +test: $(PROGS) + # How to build the programs... h5debug: h5debug.o $(LIB) ../src/libhdf5.a $(CC) $(CFLAGS) -o $@ h5debug.o $(LIBS) |