From 12bcfb41a7e58d2d24801400c0669141258083f6 Mon Sep 17 00:00:00 2001 From: tsntsumi Date: Wed, 24 Sep 2003 11:13:48 +0000 Subject: [PATCH] A ccunit_runBare function was hidden. Because it is the function used only with a thing in the package. --- src/ccunit/CCUnitTestFixture.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/ccunit/CCUnitTestFixture.c b/src/ccunit/CCUnitTestFixture.c index 741b943..c08378c 100644 --- a/src/ccunit/CCUnitTestFixture.c +++ b/src/ccunit/CCUnitTestFixture.c @@ -108,7 +108,14 @@ inline struct CCUnitTestResult* ccunit_runTestFixture (CCUnitTestFixture* f) return result; } -void ccunit_runBare (CCUnitTestFixture* fixture, void (*runTest) ()) +/* + * Runs the bare test sequence. + * + * @param testFixture test fixture to run. + * @param runTest test run function. + * @throws _ccunit_runResult_env by longjmp. + */ +void _ccunit_runBare (CCUnitTestFixture* fixture, void (*runTest) ()) { int failure; assert (fixture->test.type == ccunitTypeFixture); -- 2.11.0