mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
Tests: test -D parsing on the command line
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
project(${RunCMake_TEST} NONE)
|
||||
include(${RunCMake_TEST}.cmake)
|
||||
@@ -0,0 +1 @@
|
||||
^--><--$
|
||||
@@ -0,0 +1 @@
|
||||
message("-->${FOO}<--")
|
||||
@@ -0,0 +1 @@
|
||||
^-->-DBAR:BOOL=BAZ<--$
|
||||
@@ -0,0 +1 @@
|
||||
message("-->${FOO}<--")
|
||||
@@ -43,3 +43,11 @@ run_cmake_command(E_sleep-bad-arg2 ${CMAKE_COMMAND} -E sleep 1 -1)
|
||||
run_cmake_command(E_sleep-one-tenth ${CMAKE_COMMAND} -E sleep 0.1)
|
||||
|
||||
run_cmake_command(P_directory ${CMAKE_COMMAND} -P ${RunCMake_SOURCE_DIR})
|
||||
|
||||
set(RunCMake_TEST_OPTIONS
|
||||
"-DFOO=-DBAR:BOOL=BAZ")
|
||||
run_cmake(D_nested_cache)
|
||||
|
||||
set(RunCMake_TEST_OPTIONS
|
||||
"-DFOO:STRING=-DBAR:BOOL=BAZ")
|
||||
run_cmake(D_typed_nested_cache)
|
||||
|
||||
Reference in New Issue
Block a user