diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-11-20 20:40:29 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-11-27 18:06:12 (GMT) |
commit | 1242f4e56924ddfb7f954d820918c89c333e1dc5 (patch) | |
tree | b4f7d0437efd24e0508e9f998a082ff576c3c03c /Tests/GeneratorExpression/check-part3.cmake | |
parent | 754b3212720d0846b1b5847fae888bc79bb8cfc3 (diff) | |
download | CMake-1242f4e56924ddfb7f954d820918c89c333e1dc5.zip CMake-1242f4e56924ddfb7f954d820918c89c333e1dc5.tar.gz CMake-1242f4e56924ddfb7f954d820918c89c333e1dc5.tar.bz2 |
Genex: Add {UPPER,LOWER}_CASE and MAKE_C_IDENTIFIER.
Diffstat (limited to 'Tests/GeneratorExpression/check-part3.cmake')
-rw-r--r-- | Tests/GeneratorExpression/check-part3.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/GeneratorExpression/check-part3.cmake b/Tests/GeneratorExpression/check-part3.cmake index 93ea487..a86db31 100644 --- a/Tests/GeneratorExpression/check-part3.cmake +++ b/Tests/GeneratorExpression/check-part3.cmake @@ -34,3 +34,6 @@ foreach(system Linux Windows Darwin) check(test_platform_id_${system} 0) endif() endforeach() +check(lower_case "mixed") +check(upper_case "MIXED") +check(make_c_identifier "_4foo__bar__") |