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

This commit is contained in:
Reto Buerki
2013-11-27 18:35:44 +01:00
committed by Tobias Brunner
parent d6032bff8b
commit 5221a16391
+4
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;