File tests.gpr artifact b51bbf43db part of check-in 7d6b6a6e6e
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;