summaryrefslogtreecommitdiffstats
path: root/c/src/tests/tmtests/tm14
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-30 14:01:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-30 14:01:33 +0000
commita96a713c57e619ce041f6be859105c12ca71f589 (patch)
tree54c880865b0a748384ac2e7a4692792a40c3ca5c /c/src/tests/tmtests/tm14
parenttests now specify whether using posix initialization threads table (diff)
downloadrtems-a96a713c57e619ce041f6be859105c12ca71f589.tar.bz2
tests now specify whether they are using rtems initialization tasks
or posix initialization threads
Diffstat (limited to 'c/src/tests/tmtests/tm14')
-rw-r--r--c/src/tests/tmtests/tm14/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/tests/tmtests/tm14/system.h b/c/src/tests/tmtests/tm14/system.h
index 99de69201e..cc51a95065 100644
--- a/c/src/tests/tmtests/tm14/system.h
+++ b/c/src/tests/tmtests/tm14/system.h
@@ -36,6 +36,8 @@ rtems_task Init(
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 1
#define CONFIGURE_TICKS_PER_TIMESLICE 0
+#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+
#include <confdefs.h>
/* end of include file */