aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-17 21:31:14 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-17 21:31:14 -0500
commit6cb7c4390f87a46682e1484317d2b320b037b9a9 (patch)
treecfdfe8dd580be550ada47714bda2598559215db9
parentc5b21f1f1cfaabf1431010c314aadcc0b7b708f0 (diff)
Add new testsuite files to TESTSUITE_FILES in Makefile.am
-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 \