Differences From Artifact [b51bbf43db]:
- 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]
To Artifact [df94e40d79]:
- File tests.gpr — part of check-in [ed32c25b9b] at 2014-07-16 17:44:09 on branch trunk — references: prepare variants, calling "unsafe" the existing one (user: nat, size: 616) [annotate] [blame] [check-ins using]
︙ | |||
10 11 12 13 14 15 16 17 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | + + + + + + + + | 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; package Naming is case Natools.Safety is when "None" => for body ("Natools.References.Tools") use "natools-references-tools__unsafe.adb"; end case; end Naming; end Tests; |