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

@@ -31,6 +31,6 @@
* Put the overrides of default configuration parameters here.
*/
#include <rtems/confdefs.h>
#include "../../support/initimpl.h"
/* end of include file */