summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/sptests/spatcb01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/ada/sptests/spatcb01/init.c')
-rw-r--r--testsuites/ada/sptests/spatcb01/init.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/testsuites/ada/sptests/spatcb01/init.c b/testsuites/ada/sptests/spatcb01/init.c
new file mode 100644
index 0000000000..38c5fc519a
--- /dev/null
+++ b/testsuites/ada/sptests/spatcb01/init.c
@@ -0,0 +1,18 @@
+/*
+ * 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_SIMPLE_CONSOLE_DRIVER
+#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
+
+#define CONFIGURE_POSIX_INIT_THREAD_TABLE
+
+#define CONFIGURE_MAXIMUM_POSIX_THREADS 1
+
+#define ADA_TEST_NAME "ADA SPATCB 1"
+
+#include "../../support/initimpl.h"