X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fproc_test.c;h=dafd7cb92aa790e645aab58a376eeeafd0d4e214;hb=c45e4cce0b0aa72809f868441979e122b6ad97d5;hp=e06e984f660aef3581416d1c60758e47d75fefe9;hpb=e18f335ab6b31fb2a2a0950c8d4ce5a4173af062;p=bertos.git diff --git a/bertos/kern/proc_test.c b/bertos/kern/proc_test.c index e06e984f..dafd7cb9 100644 --- a/bertos/kern/proc_test.c +++ b/bertos/kern/proc_test.c @@ -91,7 +91,6 @@ int proc_testRun(void) return 0; } -#if UNIT_TEST int proc_testSetup(void) { @@ -112,24 +111,4 @@ int proc_testTearDown(void) return 0; } -#include -#include -#include -#include -#include -#if CONFIG_KERN_PREEMPT - #include - #include -#else - #include - // FIXME: we need to link with the switch asm code too! -#endif -#include -#include -#include -#include -#include - TEST_MAIN(proc); - -#endif // _TEST