strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
keymat: Log nonce and DH context ids
[strongswan.git]
/
src
/
charon-tkm
/
build_tests.gpr
1
with "build_common";
2
3
project Build_Tests is
4
5
for Languages use ("C");
6
for Source_Dirs use ("src/tkm", "tests");
7
for Main use ("test_runner");
8
for Object_Dir use Build_Common.Obj_Dir;
9
10
package Compiler is
11
for Default_Switches ("c") use Build_Common.Compiler_Switches;
12
end Compiler;
13
14
end Build_Tests;