Implements unittest_t.run_unittest.
Calls all unit test. The calling sequence and list of unit tests must be managed manually - but the static test C-kern/test/static/call_all_unittest.sh checks that all unittest_UNIT are called.
Run-Unit-Test impl | Implements unittest_t.run_unittest. |
Copyright | This program is free software. |
Files | |
C-kern/ | Header file of Run-Unit-Test. |
C-kern/ | Implementation file Run-Unit-Test impl. |
unittest_t | |
helper | |
execute |
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.
© 2011 Jörg Seebohn
Header file of Run-Unit-Test.
Implementation file Run-Unit-Test impl.
Calls every registered unittest of the C-kern(el) system.
int run_unittest( void * argv )