aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-07-06 21:08:36 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-07-06 21:08:36 -0500
commit9dac619a001d495a517ec0807b0529be5e3d62e6 (patch)
tree0cbf29b877bf6fc4c7e5d84bf520a28c1f7b5697 /Makefile.am
parent4348c51f4e587974e1da5a32cd8cf1e0097ff8fd (diff)
parent61dc0cafad8845b3c668940ed2e574bd503d410f (diff)
downloaddejagnu-9dac619a001d495a517ec0807b0529be5e3d62e6.zip
dejagnu-9dac619a001d495a517ec0807b0529be5e3d62e6.tar.gz
dejagnu-9dac619a001d495a517ec0807b0529be5e3d62e6.tar.bz2
Merge branch 'PR41918'
Conflicts: ChangeLog
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 64a7bb4..999b25b 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 = 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
@@ -181,6 +181,11 @@ TESTSUITE_FILES = \
testsuite/runtest.libs/remote.test \
testsuite/runtest.libs/target.test \
testsuite/runtest.libs/utils.test \
+ 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 \