Natools

Artifact [b51bbf43db]
Login

Artifact b51bbf43db3ab56cd2cefcdffab0b186041349f8:


with "natools";

project Tests is
   for Source_Dirs use ("tests");
   for Main use ("test_all.adb");

   for Object_Dir use Natools'Object_Dir;
   for Exec_Dir use Natools'Exec_Dir;

   package Compiler is
      for Default_Switches use Natools.Compiler'Default_Switches;
   end Compiler;

   package Linker is
      for Default_Switches use Natools.Linker'Default_Switches;
   end Linker;
end Tests;