aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2020-08-02 23:04:12 -0500
committerJacob Bachmeyer <jcb@gnu.org>2020-08-02 23:04:12 -0500
commit480ac301abef92c6b7701b3e846a2cb5e59f33af (patch)
treec45da8635e9e362198463e144a688d1c45756de1
parent49b73747514c0dfd53e70f13a4da80a8665d15fa (diff)
Move experimental Python unit test module to contrib/
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am3
-rw-r--r--contrib/dejagnu.py (renamed from testsuite/dejagnu.py)0
3 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 202ad21..87ed8e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,10 +5,14 @@
(baseboard_DATA): Sort baseboard file list.
(baseboard_DATA): Add missing files.
(dejagnu_TEXINFOS): New; add GNU FDL file.
+ (CONTRIB): Add experimental Python unit test module.
* Makefile.in (TESTSUITE_FILES): Likewise.
(baseboard_DATA): Likewise.
+ * testsuite/dejagnu.py: Move from here...
+ * contrib/dejagnu.py: ...to here.
+
2020-08-02 Rob Savoye <rob@senecass.com>
* Makefile.in: Regenerate so make dist works.
diff --git a/Makefile.am b/Makefile.am
index 997bbb4..361ae08 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -155,7 +155,8 @@ djlibexec_SCRIPTS = config.guess
CONTRIB = contrib/compare_tests contrib/sum2junit.sh \
contrib/mysql/create-db.sql contrib/mysql/importxml.sh \
contrib/mysql/make-datafile.sh contrib/mysql/plot.sh \
- contrib/mysql/README contrib/mysql/sum2xml.sh
+ contrib/mysql/README contrib/mysql/sum2xml.sh \
+ contrib/dejagnu.py
# Testsuite.
diff --git a/testsuite/dejagnu.py b/contrib/dejagnu.py
index e2bfa2d..e2bfa2d 100644
--- a/testsuite/dejagnu.py
+++ b/contrib/dejagnu.py