summaryrefslogtreecommitdiffstats
path: root/config/conclude.in
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-01-30 20:17:25 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-01-30 20:17:25 (GMT)
commit6e6366aec26b325317bdb2cbe90173b1509069bd (patch)
treeb2f39a407be83ff860fb47d140fc424d43b30f79 /config/conclude.in
parentb227b388533896337f436f01763ad26def14844c (diff)
downloadhdf5-6e6366aec26b325317bdb2cbe90173b1509069bd.zip
hdf5-6e6366aec26b325317bdb2cbe90173b1509069bd.tar.gz
hdf5-6e6366aec26b325317bdb2cbe90173b1509069bd.tar.bz2
[svn-r205] Changes since 19980130
---------------------- ./INSTALL ./Makefile.dist ./Makefile.in ./config/conclude.in Some stupid make's don't know what PHONY means. I added changed config to _config in the default makefile and added _test to the other makefiles. ./src/H5Psim.c A `file_offset' argument got changed to `int' accidently that causes tests to fail on 64-bit machines. I changed it back to size_t. ./src/H5T.c Changed a couple printf formats.
Diffstat (limited to 'config/conclude.in')
-rw-r--r--config/conclude.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/conclude.in b/config/conclude.in
index 01002e4..8aebc6c 100644
--- a/config/conclude.in
+++ b/config/conclude.in
@@ -20,7 +20,7 @@ TAGS: $(LIB_SRC)
-etags $(LIB_SRC)
# Runs each test in order, passing $(TEST_FLAGS) to the program.
-test: $(PROGS)
+test _test: $(PROGS)
@for test in $(TESTS) dummy; do \
if test $$test != dummy; then \
echo "Testing $$test $(TEST_FLAGS)"; \