summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLists.txt
diff options
context:
space:
mode:
authorZsolt Parragi <zsolt.parragi@cancellar.hu>2019-08-29 09:52:18 (GMT)
committerBrad King <brad.king@kitware.com>2019-08-30 15:31:06 (GMT)
commitdca9c33abc7ce6b041b378e1ebc43c35327027b3 (patch)
tree3e10a5b195521587a92e5ff6c2ea36792bb0d002 /Tests/CMakeLists.txt
parentc856d4556b4ec28cb818ef3c7aca1e4a30e0499d (diff)
downloadCMake-dca9c33abc7ce6b041b378e1ebc43c35327027b3.zip
CMake-dca9c33abc7ce6b041b378e1ebc43c35327027b3.tar.gz
CMake-dca9c33abc7ce6b041b378e1ebc43c35327027b3.tar.bz2
Tests: Remove old IPO test
This test didn't really result in IPO compilation, there are other better tests for this.
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r--Tests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 34858b8..03d7a7e 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -416,7 +416,6 @@ if(BUILD_TESTING)
ADD_TEST_MACRO(COnly COnly)
ADD_TEST_MACRO(CxxOnly CxxOnly)
ADD_TEST_MACRO(CxxSubdirC CxxSubdirC)
- ADD_TEST_MACRO(IPO COnly/COnly)
ADD_TEST_MACRO(OutDir runtime/OutDir)
ADD_TEST_MACRO(OutName exe.OutName.exe)
ADD_TEST_MACRO(ObjectLibrary UseCshared)