summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-27 13:35:42 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-27 13:35:42 +0000
commitabe09384adcf5118d4961f06c1bf73c0f33dfb9b (patch)
tree247542bba2d4f9bbd71ac1a464c96d02c62952d8 /c/src/ada-tests
parent2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-abe09384adcf5118d4961f06c1bf73c0f33dfb9b.tar.bz2
2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sptests/sp19/sptest.adp: Fix include paths.
Diffstat (limited to 'c/src/ada-tests')
-rw-r--r--c/src/ada-tests/ChangeLog4
-rw-r--r--c/src/ada-tests/sptests/sp19/sptest.adp4
2 files changed, 6 insertions, 2 deletions
diff --git a/c/src/ada-tests/ChangeLog b/c/src/ada-tests/ChangeLog
index 641a1333f7..ebb4d63561 100644
--- a/c/src/ada-tests/ChangeLog
+++ b/c/src/ada-tests/ChangeLog
@@ -1,5 +1,9 @@
2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * sptests/sp19/sptest.adp: Fix include paths.
+
+2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* sptests/sp19/sptest.adb: Remove.
* sptests/sp19/Makefile.am: Let m4 generate sptests.adb from
sptests.adp.
diff --git a/c/src/ada-tests/sptests/sp19/sptest.adp b/c/src/ada-tests/sptests/sp19/sptest.adp
index bf5fc89b5c..60998a1ac2 100644
--- a/c/src/ada-tests/sptests/sp19/sptest.adp
+++ b/c/src/ada-tests/sptests/sp19/sptest.adp
@@ -28,8 +28,8 @@ with TEST_SUPPORT;
with TEXT_IO;
with UNSIGNED32_IO;
-include(../../include/fp.inc)
-include(../../include/integer.inc)
+include(../../support/fp.inc)
+include(../../support/integer.inc)
package body SPTEST is