summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/sptests/sp03
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/ada/sptests/sp03')
-rw-r--r--testsuites/ada/sptests/sp03/Makefile.am2
-rw-r--r--testsuites/ada/sptests/sp03/init.c (renamed from testsuites/ada/sptests/sp03/config.h)2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/ada/sptests/sp03/Makefile.am b/testsuites/ada/sptests/sp03/Makefile.am
index 6e6a502bba..e7656e9757 100644
--- a/testsuites/ada/sptests/sp03/Makefile.am
+++ b/testsuites/ada/sptests/sp03/Makefile.am
@@ -5,7 +5,7 @@ include $(top_srcdir)/ada.am
noinst_PROGRAMS = ada_sp03
ada_sp03_SOURCES = sp03.adb config.h sptest.adb sptest.ads
-ada_sp03_SOURCES += ../../support/init.c
+ada_sp03_SOURCES += init.c
ada_sp03$(EXEEXT): sp03.adb init.$(OBJEXT)
$(GNATCOMPILE) -margs -a $< -o $@
diff --git a/testsuites/ada/sptests/sp03/config.h b/testsuites/ada/sptests/sp03/init.c
index 0c7507a3c5..6da581ed00 100644
--- a/testsuites/ada/sptests/sp03/config.h
+++ b/testsuites/ada/sptests/sp03/init.c
@@ -25,6 +25,6 @@
#define ADA_TEST_NAME "ADA SP 3"
-#include <rtems/confdefs.h>
+#include "../../support/initimpl.h"
/* end of include file */