Compare commits
2 Commits
311eaa429d
...
e3037f3f3f
Author | SHA1 | Date | |
---|---|---|---|
e3037f3f3f | |||
13dc0deba1 |
3
9unit.h
3
9unit.h
|
@ -44,11 +44,10 @@ extern void runTest(
|
|||
TestResult (*)(void) // the test to run
|
||||
);
|
||||
|
||||
// Runs multiple tests
|
||||
// Runs multiple tests, displaying a summary at the end
|
||||
extern void runTests(
|
||||
// function that runs the tests and updates the provided TestState
|
||||
void (*)(TestState *)
|
||||
);
|
||||
|
||||
|
||||
//jl
|
||||
|
|
Loading…
Reference in New Issue
Block a user