diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-10-07 20:37:23 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-10-24 17:05:34 (GMT) |
commit | 310aef959b6e41d60f35eec4b4a2e5698aa42abe (patch) | |
tree | 3ae78b8cf8377230dfdbea7470aeae7018a4a18a /Tests/RunCMake/ObjectLibrary/RunCMakeTest.cmake | |
parent | 30ff6cf9e9b3211a54187e416d6cc2ce9b0e9b77 (diff) | |
download | CMake-310aef959b6e41d60f35eec4b4a2e5698aa42abe.zip CMake-310aef959b6e41d60f35eec4b4a2e5698aa42abe.tar.gz CMake-310aef959b6e41d60f35eec4b4a2e5698aa42abe.tar.bz2 |
Make ExportLanguages a subtest of the ObjectLibrary test
It was a subtest of the RunCMake.ObjectLibrary test. However, we need
to test a build with ExternalProject after running CMake, which RunCMake tests
do not do.
Diffstat (limited to 'Tests/RunCMake/ObjectLibrary/RunCMakeTest.cmake')
-rw-r--r-- | Tests/RunCMake/ObjectLibrary/RunCMakeTest.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/RunCMake/ObjectLibrary/RunCMakeTest.cmake b/Tests/RunCMake/ObjectLibrary/RunCMakeTest.cmake index 55db14d..a74eaa8 100644 --- a/Tests/RunCMake/ObjectLibrary/RunCMakeTest.cmake +++ b/Tests/RunCMake/ObjectLibrary/RunCMakeTest.cmake @@ -6,7 +6,6 @@ run_cmake(BadSourceExpression3) run_cmake(BadObjSource1) run_cmake(BadObjSource2) run_cmake(Export) -run_cmake(ExportLanguages) run_cmake(Import) run_cmake(Install) run_cmake(LinkObjLHS) |