[CMake] add_test CONFIGURATIONS and linux

2016-09-14 Thread Steve M. Robbins
[Re-sending in text-form] Hi, I'm failing to be able to use "run-only-in-release" tests when running under linux (Debian). Below is a short reproduction. CmakeLists.txt = cmake_minimum_required(VERSION 3.0) enable_testing() add_test(NAME list-stuff CONFIGURATIONS Release

[CMake] add_test CONFIGURATIONS and linux

2016-09-13 Thread Steve M. Robbins
Hi, I'm failing to be able to use "run-only-in-release" tests when running under linux (Debian). Below is a short reproduction. CmakeLists.txt = cmake_minimum_required(VERSION 3.0) = CMAKE_BUILD_TYPE=Release. Correct? Doesn't work for me: Run Script ==