-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move unit test summary counters into global struct in dejagnu.h
- Loading branch information
Jacob Bachmeyer
committed
Dec 1, 2022
1 parent
ee140a3
commit a90a46c
Showing
2 changed files
with
69 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
2022-11-30 Jacob Bachmeyer <[email protected]> | ||
|
||
* dejagnu.h (DG__status): New struct for test counters. | ||
(passed, failed, xpassed, xfailed, untest, unresolve, unsupport): | ||
Move all counters into new struct, changing all functions. | ||
|
||
* doc/dejagnu.texi (C unit testing API): Document use of "DG_" | ||
prefix in dejagnu.h and "DG__" for internal symbols. | ||
(C++ unit testing API): Likewise. Also declare namespace | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters