charon-tkm: Add Binder switches to test project to enable exception backtraces

This commit is contained in:
Reto Buerki 2013-11-06 11:10:40 +01:00 committed by Tobias Brunner
parent d6032bff8b
commit 5221a16391
1 changed files with 4 additions and 0 deletions

View File

@ -11,4 +11,8 @@ project Build_Tests is
for Default_Switches ("c") use Build_Common.C_Compiler_Switches;
end Compiler;
package Binder is
for Default_Switches ("ada") use Build_Common.Ada_Binder_Switches;
end Binder;
end Build_Tests;