summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples/hello/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/samples/hello/config.h')
-rw-r--r--c/src/ada-tests/samples/hello/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/ada-tests/samples/hello/config.h b/c/src/ada-tests/samples/hello/config.h
index 32dae5a93d..ee19e526c0 100644
--- a/c/src/ada-tests/samples/hello/config.h
+++ b/c/src/ada-tests/samples/hello/config.h
@@ -16,12 +16,14 @@
/* configuration information */
-#define CONFIGURE_SPTEST
+#define CONFIGURE_APPLICATION
#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
+#define CONFIGURE_MAXIMUM_TASKS 2
+
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
#define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20