Compare commits

..

No commits in common. "e3037f3f3f36f4f6ce96303849071efbde4c9e1d" and "311eaa429d708dfffac050adf541fbc4e1ef840d" have entirely different histories.

View File

@ -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