Artifact b51bbf43db3ab56cd2cefcdffab0b186041349f8:
- File tests.gpr — part of check-in [aaf4f454f0] at 2013-09-08 14:30:25 on branch trunk — tests.gpr: refactor flags parameters (user: nat, size: 402) [annotate] [blame] [check-ins using]
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;