]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
charon-tkm: Add Binder switches to test project to enable exception backtraces
authorReto Buerki <reet@codelabs.ch>
Wed, 6 Nov 2013 10:10:40 +0000 (11:10 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 27 Nov 2013 17:35:44 +0000 (18:35 +0100)
src/charon-tkm/build_tests.gpr

index a1976984d533a95ebbf268cc4370756afff1c850..2bdc99650ae4bf3c8dc0eb4bfeb312f41b3c610b 100644 (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;