You've already forked gnatcoll-bindings
mirror of
https://github.com/AdaCore/gnatcoll-bindings.git
synced 2026-02-12 12:59:11 -08:00
* Adjust test layout * Add a test for T701-014 * Add documentation on existing tests Change-Id: Iafaf003ceec6af038c76bc6899b169865e3294be
8 lines
112 B
Ada
8 lines
112 B
Ada
package Test_Common is
|
|
|
|
function Python_Home return String;
|
|
|
|
procedure Set_Python_Home;
|
|
|
|
end Test_Common;
|