Make nightly build test works.
[bertos.git] / bertos / kern / signal_test.c
index b105cd8d4249f1ec474be9aba6a4bf1031dfef07..f2a4acfc62d22fd098393fa98322b4cd24b97103 100644 (file)
@@ -44,7 +44,7 @@
  * $test$: echo "#define CONFIG_KERN_SIGNALS 1" >> $cfgdir/cfg_signal.h
  */
 
-#include <cfg/cfg_timer.h>
+#include "cfg/cfg_timer.h"
 #include <cfg/debug.h>
 #include <cfg/test.h>
 
@@ -75,7 +75,8 @@ sigmask_t sig_to_slave;
 /*
  * These macros generate the code needed to create the test process functions.
  */
-#define PROC_TEST_SLAVE(index, signal) static void proc_test##index(void) \
+#define PROC_TEST_SLAVE(index, signal) \
+static void NORETURN proc_test##index(void) \
 { \
        for(;;) \
        { \