From 47a0cddb518ca00886e2dfcf54d4c5e43df2be32 Mon Sep 17 00:00:00 2001 From: batt Date: Wed, 17 Dec 2008 16:19:27 +0000 Subject: [PATCH] Add test commands for configuration. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2069 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/timer_test.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bertos/drv/timer_test.c b/bertos/drv/timer_test.c index 07e75a66..5599a81b 100644 --- a/bertos/drv/timer_test.c +++ b/bertos/drv/timer_test.c @@ -34,6 +34,18 @@ * * \version $Id$ * \author Bernie Innocenti + * + * $test$: cp bertos/cfg/cfg_kern.h $cfgdir/ + * $test$: echo "#undef CONFIG_KERN" >> $cfgdir/cfg_kern.h + * $test$: echo "#define CONFIG_KERN 0" >> $cfgdir/cfg_kern.h + * $test$: echo "#undef CONFIG_KERN_SCHED" >> $cfgdir/cfg_kern.h + * $test$: echo "#define CONFIG_KERN_SCHED 0" >> $cfgdir/cfg_kern.h + * $test$: echo "#undef CONFIG_KERN_SIGNALS" >> $cfgdir/cfg_kern.h + * $test$: echo "#define CONFIG_KERN_SIGNALS 0" >> $cfgdir/cfg_kern.h + * $test$: echo "#undef CONFIG_KERN_SEMAPHORES" >> $cfgdir/cfg_kern.h + * $test$: echo "#define CONFIG_KERN_SEMAPHORES 0" >> $cfgdir/cfg_kern.h + * $test$: echo "#undef CONFIG_KERN_MONITOR" >> $cfgdir/cfg_kern.h + * $test$: echo "#define CONFIG_KERN_MONITOR 0" >> $cfgdir/cfg_kern.h */ #include -- 2.25.1