This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic-improved-unit-test in repository dejagnu.
from 1757c1e Document the dejagnu.h functions for the UNSUPPORTED status new b1a3781 Fix incorrect documentation new 9e26e77 Add NOTE function to C++ unit test API new ebcfc94 Align C++ TestState::totals() with C totals() new dfd3174 Add tests for C++ unit test library new 93b2a2b Remove old unit test program new 907d26d Add comment in libdejagnu test driver that the framework test [...] new 5b0b2df Add tests for mixed C/C++ unit test library usage new ee140a3 Document use of "DG_" and "DG__" prefixes in dejagnu.h new a90a46c Move unit test summary counters into global struct in dejagnu.h new ccb3c51 Eliminate global buffer in dejagnu.h new 25c50aa Move C++ internals to prefixed names in dejagnu.h new cc2dcde Revise generation of "END" messages in dejagnu.h new ac0996c Avoid spurious reinitialization in TestState new ad376ed Add global TestState object in dejagnu.h new c999134 Document the recent C++ API improvements and the rest of the C++ API new dedbb52 Rename libdejagnu test driver
The 16 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 86 ++++++++ Makefile.am | 9 +- Makefile.in | 52 +++-- dejagnu.h | 286 ++++++++++++++++--------- doc/dejagnu.texi | 98 +++++++-- testsuite/libdejagnu/{unit.exp => harness.exp} | 18 +- testsuite/libdejagnu/tunit.exp | 24 --- testsuite/libdejagnu/unit-ccxxmix.cxx | 78 +++++++ testsuite/libdejagnu/unit-cxx.cxx | 57 +++++ testsuite/libdejagnu/unit.cc | 139 ------------ 10 files changed, 540 insertions(+), 307 deletions(-) rename testsuite/libdejagnu/{unit.exp => harness.exp} (84%) delete mode 100644 testsuite/libdejagnu/tunit.exp create mode 100644 testsuite/libdejagnu/unit-ccxxmix.cxx create mode 100644 testsuite/libdejagnu/unit-cxx.cxx delete mode 100644 testsuite/libdejagnu/unit.cc