summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/loopback
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-05 15:22:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-05 15:22:58 +0000
commitb9bea9f74d40b93f8bbd8371e4797bdebee9625b (patch)
treee30f1038f8c2a89f5c5822fbaa5019ca6e9aa150 /testsuites/samples/loopback
parent2007-04-04 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-b9bea9f74d40b93f8bbd8371e4797bdebee9625b.tar.bz2
2007-04-05 Joel Sherrill <joel@OARcorp.com>
* loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
Diffstat (limited to 'testsuites/samples/loopback')
-rw-r--r--testsuites/samples/loopback/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/samples/loopback/init.c b/testsuites/samples/loopback/init.c
index c72fb5a5b2..764e246ee0 100644
--- a/testsuites/samples/loopback/init.c
+++ b/testsuites/samples/loopback/init.c
@@ -4,8 +4,8 @@
#include <bsp.h>
-#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
-#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
+#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
+#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_EXECUTIVE_RAM_SIZE (512*1024)