aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-26 20:31:13 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-26 20:31:13 -0500
commita149ae3e95dd7a7ec6f7f4bbda64994cffa9e37b (patch)
treee89b796418bab076bec6f509170698b441ea9846 /Makefile.am
parent2c7ae2526ba1e297adb2c013c6ddb5dfaea09f9d (diff)
downloaddejagnu-a149ae3e95dd7a7ec6f7f4bbda64994cffa9e37b.zip
dejagnu-a149ae3e95dd7a7ec6f7f4bbda64994cffa9e37b.tar.gz
dejagnu-a149ae3e95dd7a7ec6f7f4bbda64994cffa9e37b.tar.bz2
Withdraw proposed --keep_going and --no_keep_going options
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 766125d..03bbdc9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,7 @@ EXTRA_DIST = ChangeLog-1992 MAINTAINERS dejagnu runtest \
$(commands_DATA) $(TESTSUITE_FILES) $(TEXINFO_TEX)\
$(CONTRIB)
-CLEANFILES = abort-init.exp options-init.exp stats-init.exp
+CLEANFILES = error-init.exp options-init.exp stats-init.exp
clean-local: clean-local-check
.PHONY: clean-local-check
@@ -180,9 +180,11 @@ TESTSUITE_FILES = \
testsuite/runtest.libs/remote.test \
testsuite/runtest.libs/target.test \
testsuite/runtest.libs/utils.test \
- testsuite/runtest.main/abort.exp \
- testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp \
- testsuite/runtest.main/abort/testsuite/abort.test/simple.exp \
+ testsuite/runtest.main/error.exp \
+ testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp \
+ testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp \
+ testsuite/runtest.main/error/testsuite/error.test/error-undef.exp \
+ testsuite/runtest.main/error/testsuite/error.test/simple.exp \
testsuite/runtest.main/options.exp \
testsuite/runtest.main/options/testsuite/null.test/null.exp \
testsuite/runtest.main/stats.exp \