Compare commits
No commits in common. "e3037f3f3f36f4f6ce96303849071efbde4c9e1d" and "311eaa429d708dfffac050adf541fbc4e1ef840d" have entirely different histories.
e3037f3f3f
...
311eaa429d
3
9unit.h
3
9unit.h
|
@ -44,10 +44,11 @@ extern void runTest(
|
|||
TestResult (*)(void) // the test to run
|
||||
);
|
||||
|
||||
// Runs multiple tests, displaying a summary at the end
|
||||
// Runs multiple tests
|
||||
extern void runTests(
|
||||
// function that runs the tests and updates the provided TestState
|
||||
void (*)(TestState *)
|
||||
);
|
||||
|
||||
|
||||
//jl
|
||||
|
|
Loading…
Reference in New Issue
Block a user