diff options
author | Adrian-Ken Rueegsegger <ken@codelabs.ch> | 2012-05-18 21:19:52 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-03-19 15:23:44 +0100 |
commit | 0aa5a4666914a5a786e98201fe6ebae81dbe8fbc (patch) | |
tree | 38196ffc8b21dd4e03065855cfaff23feaf6d08c /HACKING | |
parent | deafaf51f1c768ce1dbdc7ff7ac91f7fb4ea5e21 (diff) | |
download | strongswan-0aa5a4666914a5a786e98201fe6ebae81dbe8fbc.tar.bz2 strongswan-0aa5a4666914a5a786e98201fe6ebae81dbe8fbc.tar.xz |
Add configure option --enable-unit-tests
This configure option enables check-based unit testing. Check is a unit
test framework for C [1].
The unit tests can be executed by issuing the following command in the
toplevel build directory:
make check
[1] - http://check.sourceforge.net/
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ the code, you need the following tools: - lex/flex - yacc/bison - gperf + - check - optionally Doxygen To check out the master branch, use: |