From b853eac01a7c79b280410b5bdc3eadfce4d1ee27 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 6 Dec 2013 12:02:46 +0100 Subject: cmake: Remove swrap env variables. They should be set up in the test! --- tests/CMakeLists.txt | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index f3f8d40..260a6e7 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -22,15 +22,3 @@ set_property( PROPERTY ENVIRONMENT LD_PRELOAD=${CMAKE_BINARY_DIR}/src/libsocket_wrapper.so) endif() -set_property( - TEST - testsuite - APPEND - PROPERTY - ENVIRONMENT SOCKET_WRAPPER_DIR=${CMAKE_CURRENT_BINARY_DIR}) -set_property( - TEST - testsuite - APPEND - PROPERTY - ENVIRONMENT SOCKET_WRAPPER_DEFAULT_IFACE="11") -- cgit