summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndreas Schuh <andreas.schuh.84@gmail.com>2016-08-02 12:15:44 +0100
committerGitHub <noreply@github.com>2016-08-02 12:15:44 +0100
commit22e4a534c189162bc136c1cb5056b7eef72ebfe5 (patch)
tree3309f940ef967e2173848f252504c46df8642919 /test
parentc713d2e789f77fa63fe2abeae2371c16f69d8782 (diff)
downloadgflags-22e4a534c189162bc136c1cb5056b7eef72ebfe5.tar.gz
gflags-22e4a534c189162bc136c1cb5056b7eef72ebfe5.tar.bz2
gflags-22e4a534c189162bc136c1cb5056b7eef72ebfe5.zip
fix: Run strip_flags_binary test only for release configurations (#163)
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 7e7fa86..4cd1e69 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -40,6 +40,7 @@ add_test (
NAME strip_flags_binary
COMMAND "${CMAKE_COMMAND}" "-DBINARY=$<TARGET_FILE:gflags_strip_flags_test>"
-P "${CMAKE_CURRENT_SOURCE_DIR}/gflags_strip_flags_test.cmake"
+ CONFIGURATIONS Release MinSizeRel
)
# ----------------------------------------------------------------------------