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.
This commit is contained in:
Sebastian Huber
2019-11-27 11:41:06 +01:00
parent 4551f5f0db
commit 1fca166597
181 changed files with 155 additions and 155 deletions

View File

@@ -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;