gccint: Ada Tests

1 
1 7.3 Ada Language Testsuites
1 ===========================
1 
1 The Ada testsuite includes executable tests from the ACATS testsuite,
1 publicly available at <http://www.ada-auth.org/acats.html>.
1 
1  These tests are integrated in the GCC testsuite in the 'ada/acats'
1 directory, and enabled automatically when running 'make check', assuming
1 the Ada language has been enabled when configuring GCC.
1 
1  You can also run the Ada testsuite independently, using 'make
1 check-ada', or run a subset of the tests by specifying which chapter to
1 run, e.g.:
1 
1      $ make check-ada CHAPTERS="c3 c9"
1 
1  The tests are organized by directory, each directory corresponding to a
1 chapter of the Ada Reference Manual.  So for example, 'c9' corresponds
1 to chapter 9, which deals with tasking features of the language.
1 
1  The tests are run using two 'sh' scripts: 'run_acats' and 'run_all.sh'.
1 To run the tests using a simulator or a cross target, see the small
1 customization section at the top of 'run_all.sh'.
1 
1  These tests are run using the build tree: they can be run without doing
1 a 'make install'.
1