summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-26 21:08:36 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-26 22:43:41 +0300
commite4196b3c4911bf021ec5da2bd65ff8ca0c66e7e7 (patch)
tree223f9b5f9ec1299125e59da65cc62ea85ab915b2 /configure.ac
parent055345145f35286b3f45ed05d5a80d118a1ab8f4 (diff)
downloadplus-e4196b3c4911bf021ec5da2bd65ff8ca0c66e7e7.tar.gz
plus-e4196b3c4911bf021ec5da2bd65ff8ca0c66e7e7.tar.bz2
plus-e4196b3c4911bf021ec5da2bd65ff8ca0c66e7e7.tar.xz
plus-e4196b3c4911bf021ec5da2bd65ff8ca0c66e7e7.zip
Replace gtest with catch. Add basic support for catch.
Also add make script for tests.
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 54fbcb292..2d2a246fc 100755
--- a/configure.ac
+++ b/configure.ac
@@ -336,7 +336,6 @@ AC_ARG_ENABLE(unittests,
[ --enable-unittests Turn on unit tests],
[case "${enableval}" in
yes) unittests_enabled=true
-LIBS="$LIBS -lgtest"
;;
no) unittests_enabled=false ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-tests) ;;