aboutsummaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorAdrian-Ken Rueegsegger <ken@codelabs.ch>2012-05-18 21:19:52 +0200
committerTobias Brunner <tobias@strongswan.org>2013-03-19 15:23:44 +0100
commit0aa5a4666914a5a786e98201fe6ebae81dbe8fbc (patch)
tree38196ffc8b21dd4e03065855cfaff23feaf6d08c /HACKING
parentdeafaf51f1c768ce1dbdc7ff7ac91f7fb4ea5e21 (diff)
downloadstrongswan-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--HACKING1
1 files changed, 1 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 830b68841..dbb347e6f 100644
--- a/HACKING
+++ b/HACKING
@@ -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: