summaryrefslogtreecommitdiffstats
path: root/Tests/GeneratorExpression/check-part1.cmake
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@sap.com>2018-01-29 10:44:54 (GMT)
committerMarc Chevrier <marc.chevrier@sap.com>2018-02-07 09:57:18 (GMT)
commit5089f560e706733084d8c9bae34778a31dfe3110 (patch)
tree3c51b8f93c3ad26caf83391078c04257082656db /Tests/GeneratorExpression/check-part1.cmake
parent5656ebc87cab02762d242326c6e5397393e671d7 (diff)
downloadCMake-5089f560e706733084d8c9bae34778a31dfe3110.zip
CMake-5089f560e706733084d8c9bae34778a31dfe3110.tar.gz
CMake-5089f560e706733084d8c9bae34778a31dfe3110.tar.bz2
Genex: Add IN_LIST logical operator
Implements #17679
Diffstat (limited to 'Tests/GeneratorExpression/check-part1.cmake')
-rw-r--r--Tests/GeneratorExpression/check-part1.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/GeneratorExpression/check-part1.cmake b/Tests/GeneratorExpression/check-part1.cmake
index 60b193f..41bcd6d 100644
--- a/Tests/GeneratorExpression/check-part1.cmake
+++ b/Tests/GeneratorExpression/check-part1.cmake
@@ -49,6 +49,11 @@ check(test_strequal_semicolon "1")
check(test_strequal_angle_r_comma "0")
check(test_strequal_both_empty "1")
check(test_strequal_one_empty "0")
+check(test_inlist_true "1")
+check(test_inlist_false "0")
+check(test_inlist_empty_1 "0")
+check(test_inlist_empty_2 "0")
+check(test_inlist_empty_3 "0")
check(test_angle_r ">")
check(test_comma ",")
check(test_semicolon ";")