mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
Tests: Shorten RunCMake.GenEx-* case names
Reduce the length of the longest path on disk needed by the tests.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
CMake Error at COMPILE_LANGUAGE-add_custom_command.cmake:2 \(add_custom_command\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<COMPILE_LANGUAGE>
|
||||
|
||||
\$<COMPILE_LANGUAGE:...> may only be used to specify include directories,
|
||||
compile definitions, compile options, and to evaluate components of the
|
||||
file\(GENERATE\) command.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
@@ -1,10 +0,0 @@
|
||||
CMake Error at COMPILE_LANGUAGE-add_custom_target.cmake:1 \(add_custom_target\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<COMPILE_LANGUAGE>
|
||||
|
||||
\$<COMPILE_LANGUAGE:...> may only be used to specify include directories,
|
||||
compile definitions, compile options, and to evaluate components of the
|
||||
file\(GENERATE\) command.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
@@ -1,11 +1,11 @@
|
||||
include(RunCMake)
|
||||
|
||||
run_cmake(COMPILE_LANGUAGE-add_custom_target)
|
||||
run_cmake(COMPILE_LANGUAGE-add_custom_command)
|
||||
run_cmake(COMPILE_LANGUAGE-install)
|
||||
run_cmake(COMPILE_LANGUAGE-target_sources)
|
||||
run_cmake(COMPILE_LANGUAGE-add_executable)
|
||||
run_cmake(COMPILE_LANGUAGE-add_library)
|
||||
run_cmake(COMPILE_LANGUAGE-add_test)
|
||||
run_cmake(COMPILE_LANGUAGE-unknown-lang)
|
||||
run_cmake(COMPILE_LANGUAGE-TARGET_PROPERTY)
|
||||
run_cmake(add_custom_target)
|
||||
run_cmake(add_custom_command)
|
||||
run_cmake(install)
|
||||
run_cmake(target_sources)
|
||||
run_cmake(add_executable)
|
||||
run_cmake(add_library)
|
||||
run_cmake(add_test)
|
||||
run_cmake(unknown-lang)
|
||||
run_cmake(TARGET_PROPERTY)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at COMPILE_LANGUAGE-add_library.cmake:1 \(add_library\):
|
||||
CMake Error at add_custom_command.cmake:2 \(add_custom_command\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<COMPILE_LANGUAGE>
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at COMPILE_LANGUAGE-target_sources.cmake:2 \(target_sources\):
|
||||
CMake Error at add_custom_target.cmake:1 \(add_custom_target\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<COMPILE_LANGUAGE>
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at COMPILE_LANGUAGE-add_test.cmake:5 \(add_test\):
|
||||
CMake Error at add_executable.cmake:1 \(add_executable\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<COMPILE_LANGUAGE>
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at COMPILE_LANGUAGE-add_executable.cmake:1 \(add_executable\):
|
||||
CMake Error at add_library.cmake:1 \(add_library\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<COMPILE_LANGUAGE>
|
||||
10
Tests/RunCMake/GenEx-COMPILE_LANGUAGE/add_test-stderr.txt
Normal file
10
Tests/RunCMake/GenEx-COMPILE_LANGUAGE/add_test-stderr.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
CMake Error at add_test.cmake:5 \(add_test\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<COMPILE_LANGUAGE>
|
||||
|
||||
\$<COMPILE_LANGUAGE:...> may only be used to specify include directories,
|
||||
compile definitions, compile options, and to evaluate components of the
|
||||
file\(GENERATE\) command.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
@@ -0,0 +1,10 @@
|
||||
CMake Error at target_sources.cmake:2 \(target_sources\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<COMPILE_LANGUAGE>
|
||||
|
||||
\$<COMPILE_LANGUAGE:...> may only be used to specify include directories,
|
||||
compile definitions, compile options, and to evaluate components of the
|
||||
file\(GENERATE\) command.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
@@ -1,11 +1,11 @@
|
||||
include(RunCMake)
|
||||
|
||||
run_cmake(COMPILE_LANG_AND_ID-add_custom_target)
|
||||
run_cmake(COMPILE_LANG_AND_ID-add_custom_command)
|
||||
run_cmake(COMPILE_LANG_AND_ID-install)
|
||||
run_cmake(COMPILE_LANG_AND_ID-target_sources)
|
||||
run_cmake(COMPILE_LANG_AND_ID-add_executable)
|
||||
run_cmake(COMPILE_LANG_AND_ID-add_library)
|
||||
run_cmake(COMPILE_LANG_AND_ID-add_test)
|
||||
run_cmake(COMPILE_LANG_AND_ID-unknown-lang)
|
||||
run_cmake(COMPILE_LANG_AND_ID-TARGET_PROPERTY)
|
||||
run_cmake(add_custom_target)
|
||||
run_cmake(add_custom_command)
|
||||
run_cmake(install)
|
||||
run_cmake(target_sources)
|
||||
run_cmake(add_executable)
|
||||
run_cmake(add_library)
|
||||
run_cmake(add_test)
|
||||
run_cmake(unknown-lang)
|
||||
run_cmake(TARGET_PROPERTY)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at COMPILE_LANG_AND_ID-target_sources.cmake:2 \(target_sources\):
|
||||
CMake Error at add_custom_command.cmake:2 \(add_custom_command\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<COMPILE_LANG_AND_ID>
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at COMPILE_LANG_AND_ID-add_custom_target.cmake:2 \(add_custom_target\):
|
||||
CMake Error at add_custom_target.cmake:2 \(add_custom_target\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<COMPILE_LANG_AND_ID:LANG,ID>
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at COMPILE_LANG_AND_ID-add_library.cmake:2 \(add_library\):
|
||||
CMake Error at add_executable.cmake:1 \(add_executable\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<COMPILE_LANG_AND_ID:C,MSVC>
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at COMPILE_LANG_AND_ID-add_executable.cmake:1 \(add_executable\):
|
||||
CMake Error at add_library.cmake:2 \(add_library\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<COMPILE_LANG_AND_ID:C,MSVC>
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at COMPILE_LANG_AND_ID-add_test.cmake:5 \(add_test\):
|
||||
CMake Error at add_test.cmake:5 \(add_test\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<COMPILE_LANG_AND_ID:CXX,GNU>
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at COMPILE_LANG_AND_ID-add_custom_command.cmake:2 \(add_custom_command\):
|
||||
CMake Error at target_sources.cmake:2 \(target_sources\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<COMPILE_LANG_AND_ID>
|
||||
@@ -1,18 +1,18 @@
|
||||
include(RunCMake)
|
||||
|
||||
run_cmake(DEVICE_LINK-add_custom_target)
|
||||
run_cmake(DEVICE_LINK-add_custom_command)
|
||||
run_cmake(DEVICE_LINK-install)
|
||||
run_cmake(DEVICE_LINK-add_executable)
|
||||
run_cmake(DEVICE_LINK-add_library)
|
||||
run_cmake(DEVICE_LINK-add_test)
|
||||
run_cmake(DEVICE_LINK-target_sources)
|
||||
run_cmake(DEVICE_LINK-target_compile_definitions)
|
||||
run_cmake(DEVICE_LINK-target_compile_options)
|
||||
run_cmake(DEVICE_LINK-target_include_directories)
|
||||
run_cmake(DEVICE_LINK-target_link_libraries)
|
||||
run_cmake(DEVICE_LINK-target_link_directories)
|
||||
run_cmake(DEVICE_LINK-try_compile)
|
||||
run_cmake(add_custom_target)
|
||||
run_cmake(add_custom_command)
|
||||
run_cmake(install)
|
||||
run_cmake(add_executable)
|
||||
run_cmake(add_library)
|
||||
run_cmake(add_test)
|
||||
run_cmake(target_sources)
|
||||
run_cmake(target_compile_definitions)
|
||||
run_cmake(target_compile_options)
|
||||
run_cmake(target_include_directories)
|
||||
run_cmake(target_link_libraries)
|
||||
run_cmake(target_link_directories)
|
||||
run_cmake(try_compile)
|
||||
if(RunCMake_GENERATOR MATCHES "(Ninja|Makefile)")
|
||||
run_cmake(DEVICE_LINK-link_depends)
|
||||
run_cmake(link_depends)
|
||||
endif()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at DEVICE_LINK-add_custom_target.cmake:[0-9]+ \(add_custom_target\):
|
||||
CMake Error at add_custom_command.cmake:[0-9]+ \(add_custom_command\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<DEVICE_LINK>
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at DEVICE_LINK-add_custom_command.cmake:[0-9]+ \(add_custom_command\):
|
||||
CMake Error at add_custom_target.cmake:[0-9]+ \(add_custom_target\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<DEVICE_LINK>
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at DEVICE_LINK-add_library.cmake:[0-9]+ \(add_library\):
|
||||
CMake Error at add_executable.cmake:[0-9]+ \(add_executable\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<DEVICE_LINK:empty.c>
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at DEVICE_LINK-target_sources.cmake:[0-9]+ \(target_sources\):
|
||||
CMake Error at add_library.cmake:[0-9]+ \(add_library\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<DEVICE_LINK:empty.c>
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at DEVICE_LINK-add_test.cmake:[0-9]+ \(add_test\):
|
||||
CMake Error at add_test.cmake:[0-9]+ \(add_test\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<DEVICE_LINK>
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at DEVICE_LINK-target_compile_definitions.cmake:[0-9]+ \(target_compile_definitions\):
|
||||
CMake Error at target_compile_definitions.cmake:[0-9]+ \(target_compile_definitions\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<DEVICE_LINK:DEF>
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at DEVICE_LINK-target_compile_options.cmake:[0-9]+ \(target_compile_options\):
|
||||
CMake Error at target_compile_options.cmake:[0-9]+ \(target_compile_options\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<DEVICE_LINK:-OPT>
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at DEVICE_LINK-target_link_directories.cmake:[0-9]+ \(target_link_directories\):
|
||||
CMake Error at target_include_directories.cmake:[0-9]+ \(target_include_directories\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<DEVICE_LINK:/DIR>
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at DEVICE_LINK-target_include_directories.cmake:[0-9]+ \(target_include_directories\):
|
||||
CMake Error at target_link_directories.cmake:[0-9]+ \(target_link_directories\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<DEVICE_LINK:/DIR>
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at DEVICE_LINK-target_link_libraries.cmake:[0-9]+ \(target_link_libraries\):
|
||||
CMake Error at target_link_libraries.cmake:[0-9]+ \(target_link_libraries\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<DEVICE_LINK:lib>
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at DEVICE_LINK-add_executable.cmake:[0-9]+ \(add_executable\):
|
||||
CMake Error at target_sources.cmake:[0-9]+ \(target_sources\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<DEVICE_LINK:empty.c>
|
||||
@@ -1,18 +1,18 @@
|
||||
include(RunCMake)
|
||||
|
||||
run_cmake(HOST_LINK-add_custom_target)
|
||||
run_cmake(HOST_LINK-add_custom_command)
|
||||
run_cmake(HOST_LINK-install)
|
||||
run_cmake(HOST_LINK-add_executable)
|
||||
run_cmake(HOST_LINK-add_library)
|
||||
run_cmake(HOST_LINK-add_test)
|
||||
run_cmake(HOST_LINK-target_sources)
|
||||
run_cmake(HOST_LINK-target_compile_definitions)
|
||||
run_cmake(HOST_LINK-target_compile_options)
|
||||
run_cmake(HOST_LINK-target_include_directories)
|
||||
run_cmake(HOST_LINK-target_link_libraries)
|
||||
run_cmake(HOST_LINK-target_link_directories)
|
||||
run_cmake(HOST_LINK-try_compile)
|
||||
run_cmake(add_custom_target)
|
||||
run_cmake(add_custom_command)
|
||||
run_cmake(install)
|
||||
run_cmake(add_executable)
|
||||
run_cmake(add_library)
|
||||
run_cmake(add_test)
|
||||
run_cmake(target_sources)
|
||||
run_cmake(target_compile_definitions)
|
||||
run_cmake(target_compile_options)
|
||||
run_cmake(target_include_directories)
|
||||
run_cmake(target_link_libraries)
|
||||
run_cmake(target_link_directories)
|
||||
run_cmake(try_compile)
|
||||
if(RunCMake_GENERATOR MATCHES "(Ninja|Makefile)")
|
||||
run_cmake(HOST_LINK-link_depends)
|
||||
run_cmake(link_depends)
|
||||
endif()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at HOST_LINK-add_custom_target.cmake:[0-9]+ \(add_custom_target\):
|
||||
CMake Error at add_custom_command.cmake:[0-9]+ \(add_custom_command\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<HOST_LINK>
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at HOST_LINK-add_custom_command.cmake:[0-9]+ \(add_custom_command\):
|
||||
CMake Error at add_custom_target.cmake:[0-9]+ \(add_custom_target\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<HOST_LINK>
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at HOST_LINK-add_library.cmake:[0-9]+ \(add_library\):
|
||||
CMake Error at add_executable.cmake:[0-9]+ \(add_executable\):
|
||||
Error evaluating generator expression:
|
||||
|
||||
\$<HOST_LINK:empty.c>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user