Added unit testing support using check.

This commit is contained in:
Andreas Schneider
2010-03-02 13:47:14 +01:00
parent e8a1d135e2
commit 464176d511
11 changed files with 317 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
project(unittests C)
add_check_test(torture_misc torture_misc.c ${TORTURE_LIBRARY})