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/
This commit is contained in:
Adrian-Ken Rueegsegger
2013-03-19 15:23:44 +01:00
committed by Tobias Brunner
parent deafaf51f1
commit 0aa5a46669
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -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: