summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/support
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-27 11:41:06 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-27 11:50:09 +0100
commit1fca16659754d1e7c0ac12a81bd24003dbc80c56 (patch)
tree789e045cd6ab7a3977d34e5a517025b563f0b02f /testsuites/ada/support
parentuntar: Properly make parent path (diff)
downloadrtems-1fca16659754d1e7c0ac12a81bd24003dbc80c56.tar.bz2
testsuites/ada: Introduce init.c files
Provide an init.c for each Ada test instead of the #include <config.h> magic which works only due to hand crafted include paths. Update #3818.
Diffstat (limited to 'testsuites/ada/support')
-rw-r--r--testsuites/ada/support/initimpl.h (renamed from testsuites/ada/support/init.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/ada/support/init.c b/testsuites/ada/support/initimpl.h
index c9a2327360..35739d8a4d 100644
--- a/testsuites/ada/support/init.c
+++ b/testsuites/ada/support/initimpl.h
@@ -53,7 +53,7 @@ void check_type(long type, long size, long alignment);
#define CONFIGURE_DISABLE_SMP_CONFIGURATION
-#include <config.h>
+#include <rtems/confdefs.h>
const char rtems_test_name[] = ADA_TEST_NAME;