From 6cb7c4390f87a46682e1484317d2b320b037b9a9 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Wed, 17 Jun 2020 21:31:14 -0500 Subject: Add new testsuite files to TESTSUITE_FILES in Makefile.am --- ChangeLog | 1 + Makefile.am | 3 +++ 2 files changed, 4 insertions(+) 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 \ -- cgit v1.2.3