Add new test t2
[gnadelite.git] / tests / regtests.gpr
blobd5f1c127114059cac14fd0061b4ace22d4b99312
1 with "../gnadelite";
3 project Regtests is
4   for Source_Dirs use (".");
5   for Main use ("t1.adb", "t2.adb");
7   package Compiler is
8      for Default_Switches ("Ada") use ("-gnat05");
9   end Compiler;
10 end Regtests;