aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2022-11-29 22:41:14 -0600
committerJacob Bachmeyer <jcb@gnu.org>2022-11-29 22:41:14 -0600
commit93b2a2bafefcd647a55e72dda0618f55f4f694f7 (patch)
treefe58b3f6689bb84e2083c3576418e9dc94d015c4 /ChangeLog
parentdfd31745f6ebee0696d67f044085b96e43aa8ee1 (diff)
downloaddejagnu-93b2a2bafefcd647a55e72dda0618f55f4f694f7.zip
dejagnu-93b2a2bafefcd647a55e72dda0618f55f4f694f7.tar.gz
dejagnu-93b2a2bafefcd647a55e72dda0618f55f4f694f7.tar.bz2
Remove old unit test program
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30adeb2..9c20ec7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
2022-11-29 Jacob Bachmeyer <jcb@gnu.org>
* Makefile.in: Regenerate.
+ * Makefile.am (check_PROGRAMS): Remove unit.
+ (unit_SOURCES): Remove.
+ * testsuite/libdejagnu/tunit.exp: Remove file.
+ * testsuite/libdejagnu/unit.cc: Remove file.
+ The limited coverage of this test is now included in unit.exp
+ and unit-cxx, and supporting this test required some leaky
+ abstractions in dejagnu.h that can now be cleaned up.
+
+ * Makefile.in: Regenerate.
* Makefile.am (check_PROGRAMS): Add testsuite/libdejagnu/unit-cxx.
(testsuite_libdejagnu_unit_cxx_SOURCES): Add.
* testsuite/libdejagnu/unit.exp: Add tests for C++ unit test API.