summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/sptests/spatcb01
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/ada/sptests/spatcb01')
-rw-r--r--testsuites/ada/sptests/spatcb01/Makefile.am2
-rw-r--r--testsuites/ada/sptests/spatcb01/init.c (renamed from testsuites/ada/sptests/spatcb01/config.h)2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/ada/sptests/spatcb01/Makefile.am b/testsuites/ada/sptests/spatcb01/Makefile.am
index b27c692cd8..1edd8989ce 100644
--- a/testsuites/ada/sptests/spatcb01/Makefile.am
+++ b/testsuites/ada/sptests/spatcb01/Makefile.am
@@ -5,7 +5,7 @@ include $(top_srcdir)/ada.am
noinst_PROGRAMS = ada_spatcb01
ada_spatcb01_SOURCES = spatcb01.adb config.h
-ada_spatcb01_SOURCES += ../../support/init.c
+ada_spatcb01_SOURCES += init.c
ada_spatcb01$(EXEEXT): spatcb01.adb init.$(OBJEXT)
$(GNATCOMPILE) -margs -a $< -o $@
diff --git a/testsuites/ada/sptests/spatcb01/config.h b/testsuites/ada/sptests/spatcb01/init.c
index dad989dbe4..38c5fc519a 100644
--- a/testsuites/ada/sptests/spatcb01/config.h
+++ b/testsuites/ada/sptests/spatcb01/init.c
@@ -15,4 +15,4 @@
#define ADA_TEST_NAME "ADA SPATCB 1"
-#include <rtems/confdefs.h>
+#include "../../support/initimpl.h"