summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/InterfaceLibrary/invalid_name-stderr.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-07-21 17:41:04 (GMT)
committerBrad King <brad.king@kitware.com>2020-07-22 17:42:58 (GMT)
commit4ac9ee10ade455d50c5ca687876f30fd9e0b640a (patch)
treea4693204bcc2e09e0eb8259167090a3a0292a751 /Tests/RunCMake/InterfaceLibrary/invalid_name-stderr.txt
parentd45f0d719e0be324959d7ba5e9d84596592fc19a (diff)
downloadCMake-4ac9ee10ade455d50c5ca687876f30fd9e0b640a.zip
CMake-4ac9ee10ade455d50c5ca687876f30fd9e0b640a.tar.gz
CMake-4ac9ee10ade455d50c5ca687876f30fd9e0b640a.tar.bz2
Tests: Rename test RunCMake.{interface_library => InterfaceLibrary}
Our RunCMake.<lower-case> namespace is meant for testing individual CMake language commands.
Diffstat (limited to 'Tests/RunCMake/InterfaceLibrary/invalid_name-stderr.txt')
-rw-r--r--Tests/RunCMake/InterfaceLibrary/invalid_name-stderr.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Tests/RunCMake/InterfaceLibrary/invalid_name-stderr.txt b/Tests/RunCMake/InterfaceLibrary/invalid_name-stderr.txt
new file mode 100644
index 0000000..e14fcde
--- /dev/null
+++ b/Tests/RunCMake/InterfaceLibrary/invalid_name-stderr.txt
@@ -0,0 +1,15 @@
+CMake Error at invalid_name.cmake:2 \(add_library\):
+ add_library Invalid name for INTERFACE library target: if\$ace
+Call Stack \(most recent call first\):
+ CMakeLists.txt:3 \(include\)
++
+CMake Error at invalid_name.cmake:4 \(add_library\):
+ add_library Invalid name for INTERFACE library target: iface::target
+Call Stack \(most recent call first\):
+ CMakeLists.txt:3 \(include\)
++
+CMake Error at invalid_name.cmake:6 \(add_library\):
+ add_library Invalid name for IMPORTED INTERFACE library target:
+ if\$target_imported
+Call Stack \(most recent call first\):
+ CMakeLists.txt:3 \(include\)