aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--Makefile.am3
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2351101..3a6ac62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
* NEWS: Add item for --keep_going option.
* Makefile.am (CLEANFILES): Add abort-init.exp to list.
+ (TESTSUITE_FILES): Add new testsuite files to list.
* doc/dejagnu.texi (Invoking runtest): Document new --keep_going
command line option.
diff --git a/Makefile.am b/Makefile.am
index 9a2ba81..766125d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -180,6 +180,9 @@ 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/options.exp \
testsuite/runtest.main/options/testsuite/null.test/null.exp \
testsuite/runtest.main/stats.exp \