Reformat.
[bertos.git] / bertos / kern / sem_test.c
index 1caf30ef0c6cc0faf70f1d37b744d34e937f773d..3340548c1d1e333bfe57bc28ec145b06cddd3982 100644 (file)
  * \author Daniele Basile <asterix@develer.com>
  * \author Stefano Fedrigo <aleph@develer.com>
  *
+ * $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_sem.h $cfgdir/
+ * $test$: echo  "#undef CONFIG_KERN_SEMAPHORES" >> $cfgdir/cfg_sem.h
+ * $test$: echo "#define CONFIG_KERN_SEMAPHORES 1" >> $cfgdir/cfg_sem.h
  */
 
 #include <cfg/debug.h>
@@ -50,7 +56,7 @@
 // Global settings for the test.
 #define MAX_GLOBAL_COUNT             1024
 #define TEST_TIME_OUT_MS             6000
-#define DELAY                          5
+#define DELAY                           5
 
 // Settings for the test process.
 //Process 1