aboutsummaryrefslogtreecommitdiffstats
path: root/test/nil
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-09-19 08:21:21 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-09-19 08:21:21 +0000
commitddd5260f0c2111e1e797c647da869ae8d2fe2158 (patch)
tree46c4e53aff134ad15be0c5d88b1ee91131f38fc5 /test/nil
parent5d68a9bbf0ede82f82e099e2cb9c782cb523a49d (diff)
downloadChibiOS-ddd5260f0c2111e1e797c647da869ae8d2fe2158.tar.gz
ChibiOS-ddd5260f0c2111e1e797c647da869ae8d2fe2158.tar.bz2
ChibiOS-ddd5260f0c2111e1e797c647da869ae8d2fe2158.zip
Small cosmetic change.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10634 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/nil')
-rw-r--r--test/nil/configuration.xml44
-rw-r--r--test/nil/source/test/test_sequence_001.c44
2 files changed, 44 insertions, 44 deletions
diff --git a/test/nil/configuration.xml b/test/nil/configuration.xml
index d58582dd8..365d142b7 100644
--- a/test/nil/configuration.xml
+++ b/test/nil/configuration.xml
@@ -124,19 +124,19 @@ THD_FUNCTION(test_support, arg) {
<value />
</tags>
<code>
- <value><![CDATA[test_println("*** Product: ChibiOS/NIL");
-test_print("*** Stable Flag: ");
+ <value><![CDATA[test_println("--- Product: ChibiOS/NIL");
+test_print("--- Stable Flag: ");
test_printn(CH_KERNEL_STABLE);
test_println("");
-test_print("*** Version String: ");
+test_print("--- Version String: ");
test_println(CH_KERNEL_VERSION);
-test_print("*** Major Number: ");
+test_print("--- Major Number: ");
test_printn(CH_KERNEL_MAJOR);
test_println("");
-test_print("*** Minor Number: ");
+test_print("--- Minor Number: ");
test_printn(CH_KERNEL_MINOR);
test_println("");
-test_print("*** Patch Number: ");
+test_print("--- Patch Number: ");
test_printn(CH_KERNEL_PATCH);
test_println("");]]></value>
</code>
@@ -173,52 +173,52 @@ test_println("");]]></value>
<value />
</tags>
<code>
- <value><![CDATA[test_print("*** CH_CFG_NUM_THREADS: ");
+ <value><![CDATA[test_print("--- CH_CFG_NUM_THREADS: ");
test_printn(CH_CFG_NUM_THREADS);
test_println("");
-test_print("*** CH_CFG_ST_RESOLUTION: ");
+test_print("--- CH_CFG_ST_RESOLUTION: ");
test_printn(CH_CFG_ST_RESOLUTION);
test_println("");
-test_print("*** CH_CFG_ST_FREQUENCY: ");
+test_print("--- CH_CFG_ST_FREQUENCY: ");
test_printn(CH_CFG_ST_FREQUENCY);
test_println("");
-test_print("*** CH_CFG_ST_TIMEDELTA: ");
+test_print("--- CH_CFG_ST_TIMEDELTA: ");
test_printn(CH_CFG_ST_TIMEDELTA);
test_println("");
-test_print("*** CH_CFG_USE_SEMAPHORES: ");
+test_print("--- CH_CFG_USE_SEMAPHORES: ");
test_printn(CH_CFG_USE_SEMAPHORES);
test_println("");
-test_print("*** CH_CFG_USE_MUTEXES: ");
+test_print("--- CH_CFG_USE_MUTEXES: ");
test_printn(CH_CFG_USE_MUTEXES);
test_println("");
-test_print("*** CH_CFG_USE_EVENTS: ");
+test_print("--- CH_CFG_USE_EVENTS: ");
test_printn(CH_CFG_USE_EVENTS);
test_println("");
-test_print("*** CH_CFG_USE_MAILBOXES: ");
+test_print("--- CH_CFG_USE_MAILBOXES: ");
test_printn(CH_CFG_USE_MAILBOXES);
test_println("");
-test_print("*** CH_CFG_USE_MEMCORE: ");
+test_print("--- CH_CFG_USE_MEMCORE: ");
test_printn(CH_CFG_USE_MEMCORE);
test_println("");
-test_print("*** CH_CFG_USE_HEAP: ");
+test_print("--- CH_CFG_USE_HEAP: ");
test_printn(CH_CFG_USE_HEAP);
test_println("");
-test_print("*** CH_CFG_USE_MEMPOOLS: ");
+test_print("--- CH_CFG_USE_MEMPOOLS: ");
test_printn(CH_CFG_USE_MEMPOOLS);
test_println("");
-test_print("*** CH_DBG_STATISTICS: ");
+test_print("--- CH_DBG_STATISTICS: ");
test_printn(CH_DBG_STATISTICS);
test_println("");
-test_print("*** CH_DBG_SYSTEM_STATE_CHECK: ");
+test_print("--- CH_DBG_SYSTEM_STATE_CHECK: ");
test_printn(CH_DBG_SYSTEM_STATE_CHECK);
test_println("");
-test_print("*** CH_DBG_ENABLE_CHECKS: ");
+test_print("--- CH_DBG_ENABLE_CHECKS: ");
test_printn(CH_DBG_ENABLE_CHECKS);
test_println("");
-test_print("*** CH_DBG_ENABLE_ASSERTS: ");
+test_print("--- CH_DBG_ENABLE_ASSERTS: ");
test_printn(CH_DBG_ENABLE_ASSERTS);
test_println("");
-test_print("*** CH_DBG_ENABLE_STACK_CHECK: ");
+test_print("--- CH_DBG_ENABLE_STACK_CHECK: ");
test_printn(CH_DBG_ENABLE_STACK_CHECK);
test_println("");]]></value>
</code>
diff --git a/test/nil/source/test/test_sequence_001.c b/test/nil/source/test/test_sequence_001.c
index 683a26f3f..a770747ed 100644
--- a/test/nil/source/test/test_sequence_001.c
+++ b/test/nil/source/test/test_sequence_001.c
@@ -62,19 +62,19 @@ static void test_001_001_execute(void) {
/* [1.1.1] Prints the version string.*/
test_set_step(1);
{
- test_println("*** Product: ChibiOS/NIL");
- test_print("*** Stable Flag: ");
+ test_println("--- Product: ChibiOS/NIL");
+ test_print("--- Stable Flag: ");
test_printn(CH_KERNEL_STABLE);
test_println("");
- test_print("*** Version String: ");
+ test_print("--- Version String: ");
test_println(CH_KERNEL_VERSION);
- test_print("*** Major Number: ");
+ test_print("--- Major Number: ");
test_printn(CH_KERNEL_MAJOR);
test_println("");
- test_print("*** Minor Number: ");
+ test_print("--- Minor Number: ");
test_printn(CH_KERNEL_MINOR);
test_println("");
- test_print("*** Patch Number: ");
+ test_print("--- Patch Number: ");
test_printn(CH_KERNEL_PATCH);
test_println("");
}
@@ -103,52 +103,52 @@ static void test_001_002_execute(void) {
/* [1.2.1] Prints the configuration options settings.*/
test_set_step(1);
{
- test_print("*** CH_CFG_NUM_THREADS: ");
+ test_print("--- CH_CFG_NUM_THREADS: ");
test_printn(CH_CFG_NUM_THREADS);
test_println("");
- test_print("*** CH_CFG_ST_RESOLUTION: ");
+ test_print("--- CH_CFG_ST_RESOLUTION: ");
test_printn(CH_CFG_ST_RESOLUTION);
test_println("");
- test_print("*** CH_CFG_ST_FREQUENCY: ");
+ test_print("--- CH_CFG_ST_FREQUENCY: ");
test_printn(CH_CFG_ST_FREQUENCY);
test_println("");
- test_print("*** CH_CFG_ST_TIMEDELTA: ");
+ test_print("--- CH_CFG_ST_TIMEDELTA: ");
test_printn(CH_CFG_ST_TIMEDELTA);
test_println("");
- test_print("*** CH_CFG_USE_SEMAPHORES: ");
+ test_print("--- CH_CFG_USE_SEMAPHORES: ");
test_printn(CH_CFG_USE_SEMAPHORES);
test_println("");
- test_print("*** CH_CFG_USE_MUTEXES: ");
+ test_print("--- CH_CFG_USE_MUTEXES: ");
test_printn(CH_CFG_USE_MUTEXES);
test_println("");
- test_print("*** CH_CFG_USE_EVENTS: ");
+ test_print("--- CH_CFG_USE_EVENTS: ");
test_printn(CH_CFG_USE_EVENTS);
test_println("");
- test_print("*** CH_CFG_USE_MAILBOXES: ");
+ test_print("--- CH_CFG_USE_MAILBOXES: ");
test_printn(CH_CFG_USE_MAILBOXES);
test_println("");
- test_print("*** CH_CFG_USE_MEMCORE: ");
+ test_print("--- CH_CFG_USE_MEMCORE: ");
test_printn(CH_CFG_USE_MEMCORE);
test_println("");
- test_print("*** CH_CFG_USE_HEAP: ");
+ test_print("--- CH_CFG_USE_HEAP: ");
test_printn(CH_CFG_USE_HEAP);
test_println("");
- test_print("*** CH_CFG_USE_MEMPOOLS: ");
+ test_print("--- CH_CFG_USE_MEMPOOLS: ");
test_printn(CH_CFG_USE_MEMPOOLS);
test_println("");
- test_print("*** CH_DBG_STATISTICS: ");
+ test_print("--- CH_DBG_STATISTICS: ");
test_printn(CH_DBG_STATISTICS);
test_println("");
- test_print("*** CH_DBG_SYSTEM_STATE_CHECK: ");
+ test_print("--- CH_DBG_SYSTEM_STATE_CHECK: ");
test_printn(CH_DBG_SYSTEM_STATE_CHECK);
test_println("");
- test_print("*** CH_DBG_ENABLE_CHECKS: ");
+ test_print("--- CH_DBG_ENABLE_CHECKS: ");
test_printn(CH_DBG_ENABLE_CHECKS);
test_println("");
- test_print("*** CH_DBG_ENABLE_ASSERTS: ");
+ test_print("--- CH_DBG_ENABLE_ASSERTS: ");
test_printn(CH_DBG_ENABLE_ASSERTS);
test_println("");
- test_print("*** CH_DBG_ENABLE_STACK_CHECK: ");
+ test_print("--- CH_DBG_ENABLE_STACK_CHECK: ");
test_printn(CH_DBG_ENABLE_STACK_CHECK);
test_println("");
}