summaryrefslogtreecommitdiff
path: root/lib/am/dejagnu.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2001-05-27 16:57:45 +0000
committerTom Tromey <tromey@redhat.com>2001-05-27 16:57:45 +0000
commit6ebb66771b67a869654b1db83ccc8305fdedfa77 (patch)
treec44c145da4116046780a67c82e727c1004b5fbf5 /lib/am/dejagnu.am
parent5f380908f5ae475fdb0ccc79dc6590a0f23300f4 (diff)
downloadautomake-6ebb66771b67a869654b1db83ccc8305fdedfa77.tar.gz
* lib/am/dejagnu.am (check-DEJAGNU): Added AM_RUNTESTFLAGS.
Diffstat (limited to 'lib/am/dejagnu.am')
-rw-r--r--lib/am/dejagnu.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/am/dejagnu.am b/lib/am/dejagnu.am
index f836a2951..86ad95c83 100644
--- a/lib/am/dejagnu.am
+++ b/lib/am/dejagnu.am
@@ -61,7 +61,7 @@ check-DEJAGNU: site.exp
## pointless to cause a failure if the tests cannot be run at all.
if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
l='$(DEJATOOL)'; for tool in $$l; do \
- $$runtest $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
+ $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
done; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi