summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests
diff options
context:
space:
mode:
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