aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@act-europe.fr>2003-10-27 15:56:06 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2003-10-27 15:56:06 +0100
commit934ef487f36ae180fdf2720a59fd80e10a92baed (patch)
tree9f3c4f38ada44fab31f41095f69deff1fc0d4582 /gcc
parentd0a74d7e1dd4c79d3485bd0c06e349e556434285 (diff)
downloadgcc-934ef487f36ae180fdf2720a59fd80e10a92baed.zip
gcc-934ef487f36ae180fdf2720a59fd80e10a92baed.tar.gz
gcc-934ef487f36ae180fdf2720a59fd80e10a92baed.tar.bz2
* README.ada: Removed, integrated in ../doc/sourcebuild.texi
From-SVN: r72985
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/README.ada24
2 files changed, 4 insertions, 24 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index b2052bd..97a6104 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
+ * README.ada: Removed, integrated in ../doc/sourcebuild.texi
+
+2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
+
PR ada/5909:
* README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
diff --git a/gcc/testsuite/README.ada b/gcc/testsuite/README.ada
deleted file mode 100644
index 65adc30..0000000
--- a/gcc/testsuite/README.ada
+++ /dev/null
@@ -1,24 +0,0 @@
-The Ada test suite includes executable tests from the ACATS 2.5 test
-suite, publicly available at http://www.adaic.org/compilers/acats/2.5
-
-These tests are enabled automatically when running 'make check', assuming
-the ada language has been enabled when configuring GCC.
-
-You can also run the Ada test suite independently, using 'make check-ada',
-or run a subset of the tests by specifying which chapter to run, e.g:
-
- $ make check-ada CHAPTERS="c3 c9"
-
-The tests are organized by directory, each directory corresponding to
-a chapter of the Ada Reference Manual. So for example, c9 corresponds
-to chapter 9, which deals with tasking features of the language.
-
-There is also an extra chapter called 'gcc' containing a template for
-creating new executable tests.
-
-The tests are run using two 'sh' scripts: run_acats and run_all.sh
-To run the tests using a simulator or a cross target, see the small
-customization section at the top of run_all.sh
-
-These tests are run using the build tree: they can be run without doing
-a 'make install'