Run-Unit-Test

Offers function for calling every registered unit test.

Summary
Run-Unit-TestOffers function for calling every registered unit test.
CopyrightThis program is free software.
Files
C-kern/api/test/run/run_unittest.hHeader file of Run-Unit-Test.
C-kern/test/run/run_unittest.cImplementation file Run-Unit-Test impl.
unittest_t
execute
run_unittestCalls every registered unittest of the C-kern(el) system.

Copyright

This program is free software.  You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

Author

© 2011 Jörg Seebohn

Files

C-kern/api/test/run/run_unittest.h

Header file of Run-Unit-Test.

C-kern/test/run/run_unittest.c

Implementation file Run-Unit-Test impl.

unittest_t

Summary
execute
run_unittestCalls every registered unittest of the C-kern(el) system.

execute

run_unittest

int run_unittest(void *argv)

Calls every registered unittest of the C-kern(el) system.  The list of all unit tests must maintained manually for newly written tests.  There is a static test »call_all_unittest.sh« in »C-kern/test/static/« which lists every test which is not called.

Offers function for calling every registered unit test.
Implements unittest_t.run_unittest.
int run_unittest(void *argv)
Calls every registered unittest of the C-kern(el) system.
Close