Move tests into own directory
This commit is contained in:
8
test/test.gpr
Normal file
8
test/test.gpr
Normal 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;
|
||||
|
||||
Reference in New Issue
Block a user