diff options
author | Reto Buerki <reet@codelabs.ch> | 2013-11-06 11:10:40 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-11-27 18:35:44 +0100 |
commit | 5221a1639122167a9d74ae0d18d1c2c9f3231ba4 (patch) | |
tree | 037d772c022202c832f09c7b66fad783ad2d1c37 | |
parent | d6032bff8b8461aa7714fed61ba82bf63ca0b605 (diff) | |
download | strongswan-5221a1639122167a9d74ae0d18d1c2c9f3231ba4.tar.bz2 strongswan-5221a1639122167a9d74ae0d18d1c2c9f3231ba4.tar.xz |
charon-tkm: Add Binder switches to test project to enable exception backtraces
-rw-r--r-- | src/charon-tkm/build_tests.gpr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/charon-tkm/build_tests.gpr b/src/charon-tkm/build_tests.gpr index a1976984d..2bdc99650 100644 --- a/src/charon-tkm/build_tests.gpr +++ b/src/charon-tkm/build_tests.gpr @@ -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; |