Move tests into own directory

This commit is contained in:
2024-02-03 10:49:05 +01:00
parent 529e342d1f
commit 00e62a97ff

8
test/test.gpr Normal file
View File

@@ -0,0 +1,8 @@
project Test is
for Source_Dirs use ("src");
for Object_Dir use "obj";
for Exec_Dir use "bin";
for Main use ("testbench.adb");
for Languages use ("Ada");
end Test;