summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/ObjectLibrary/ObjWithObj-stderr.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-03-12 14:51:30 -0400
committerBrad King <brad.king@kitware.com>2012-03-16 10:12:30 -0400
commit5683101669e677b5b8d7b50d817da54156afd626 (patch)
tree02dfede4765af90cfa0dd3f464ca9a632c63fe96 /Tests/RunCMake/ObjectLibrary/ObjWithObj-stderr.txt
parent69d3d1835c5f4bdf9fbe5e920517a74d82482455 (diff)
downloadcmake-5683101669e677b5b8d7b50d817da54156afd626.tar.gz
Test OBJECT library failure cases
Add "RunCMake.ObjectLibrary" test to verify that unsupported use cases are rejected with errors: * An OBJECT library may not reference another object library * An OBJECT library may not be referenced in target_link_libraries * An OBJECT library may not contain non-compiling sources * An OBJECT library may not have pre/post build/link commands * An OBJECT library may not be installed, exported, or imported Also verify that invalid $<TARGET_OBJECTS:...> expressions are diagnosed.
Diffstat (limited to 'Tests/RunCMake/ObjectLibrary/ObjWithObj-stderr.txt')
-rw-r--r--Tests/RunCMake/ObjectLibrary/ObjWithObj-stderr.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/ObjectLibrary/ObjWithObj-stderr.txt b/Tests/RunCMake/ObjectLibrary/ObjWithObj-stderr.txt
new file mode 100644
index 0000000000..d67b4ae320
--- /dev/null
+++ b/Tests/RunCMake/ObjectLibrary/ObjWithObj-stderr.txt
@@ -0,0 +1,4 @@
+CMake Error at ObjWithObj.cmake:2 \(add_library\):
+ Only executables and non-OBJECT libraries may reference target objects.
+Call Stack \(most recent call first\):
+ CMakeLists.txt:3 \(include\)