/usr/share/gps/aunit/test_suite.ads.tmpl is in gnat-gps-common 5.0-13.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | with AUnit; use AUnit;
@@IF@@ @_AUNIT_@ = "AUNIT1.X"
with AUnit.Test_Suites;
@@END_IF@@
package @_TEST_SUITE_PACKAGE_@ is
function @_TEST_SUITE_NAME_@ return Test_Suites.Access_Test_Suite;
-- Return the test suite
end @_TEST_SUITE_PACKAGE_@;
|