X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fmsg_test.c;h=638eeddd2ede6aea9cf6c1473144bb7e982591a1;hb=71743c2a5a8bf9dbf66a945fd9656baed0d16329;hp=d7e8c7d846c76ed2e8f8dbd826145e5766e97e21;hpb=a960a6ff1f818a6b0bc49f08b3321284601cc6b9;p=bertos.git diff --git a/bertos/kern/msg_test.c b/bertos/kern/msg_test.c index d7e8c7d8..638eeddd 100644 --- a/bertos/kern/msg_test.c +++ b/bertos/kern/msg_test.c @@ -35,9 +35,16 @@ * \version $Id$ * * \author Daniele Basile + * + * $test$: cp bertos/cfg/cfg_proc.h $cfgdir/ + * $test$: echo "#undef CONFIG_KERN" >> $cfgdir/cfg_proc.h + * $test$: echo "#define CONFIG_KERN 1" >> $cfgdir/cfg_proc.h + * $test$: cp bertos/cfg/cfg_signal.h $cfgdir/ + * $test$: echo "#undef CONFIG_KERN_SIGNALS" >> $cfgdir/cfg_signal.h + * $test$: echo "#define CONFIG_KERN_SIGNALS 1" >> $cfgdir/cfg_signal.h */ -#include +#include "cfg/cfg_timer.h" #include #include #include @@ -172,7 +179,6 @@ int msg_testRun(void) TestMsg msg4; TestMsg msg5; TestMsg *reply; - ticks_t start_time = timer_clock(); // Allocate and start the test process struct Process *recv0 = RECV_INIT_PROC(0);