summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/sptests/spatcb01/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/ada/sptests/spatcb01/config.h')
-rw-r--r--testsuites/ada/sptests/spatcb01/config.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuites/ada/sptests/spatcb01/config.h b/testsuites/ada/sptests/spatcb01/config.h
new file mode 100644
index 0000000000..405b536c82
--- /dev/null
+++ b/testsuites/ada/sptests/spatcb01/config.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright (c) 2017 embedded brains GmbH
+ *
+ * The license and distribution terms for this file may in
+ * the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
+
+#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
+#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
+
+#define CONFIGURE_POSIX_INIT_THREAD_TABLE
+
+#define CONFIGURE_MAXIMUM_POSIX_THREADS 1
+
+#include <rtems/confdefs.h>