Files
gnatcoll-bindings/python3/tests/support/test_common.ads
Nicolas Roche 78fae807b1 Update testsuite
* Adjust test layout
* Add a test for T701-014
* Add documentation on existing tests

Change-Id: Iafaf003ceec6af038c76bc6899b169865e3294be
2020-07-03 06:31:52 -07:00

8 lines
112 B
Ada

package Test_Common is
function Python_Home return String;
procedure Set_Python_Home;
end Test_Common;