Files
gnatcoll-core/testsuite/support/test_python.ads
Nicolas Roche 1af8c1570e Add ability in the testsuite to get location of python executable used
Part of TC15-053

Change-Id: I964ff3fa86a9020f9815381d6e252dc5adf95638
2021-01-26 13:30:03 +01:00

12 lines
275 B
Ada

with Ada.Strings.UTF_Encoding;
package Test_Python is
package UTF8 renames Ada.Strings.UTF_Encoding;
function Python_Executable return UTF8.UTF_8_String;
-- Return absolute location to the python executable used to launch the
-- testsuite.
end Test_Python;