aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-17 18:08:57 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-17 18:08:57 -0500
commitc5b21f1f1cfaabf1431010c314aadcc0b7b708f0 (patch)
tree8318189e0992ad9a8136458b4dae5aa080fb0ee1 /Makefile.am
parent5fafcd43b2d22b2227e62f7278584418c6449824 (diff)
downloaddejagnu-c5b21f1f1cfaabf1431010c314aadcc0b7b708f0.zip
dejagnu-c5b21f1f1cfaabf1431010c314aadcc0b7b708f0.tar.gz
dejagnu-c5b21f1f1cfaabf1431010c314aadcc0b7b708f0.tar.bz2
Allow testing to continue after an undefined command is called
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6c48c20..9a2ba81 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 = abort-init.exp options-init.exp stats-init.exp
clean-local: clean-local-check
.PHONY: clean-local-check