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
|
TestResult (*)(void) // the test to run
|
||||||
);
|
);
|
||||||
|
|
||||||
// Runs multiple tests
|
// Runs multiple tests, displaying a summary at the end
|
||||||
extern void runTests(
|
extern void runTests(
|
||||||
// function that runs the tests and updates the provided TestState
|
// function that runs the tests and updates the provided TestState
|
||||||
void (*)(TestState *)
|
void (*)(TestState *)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
//jl
|
//jl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user