summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-10-29 00:16:23 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-10-29 00:16:23 +0000
commitf632c06a16ca6bf4c4abefb17cc1597f65cd7b41 (patch)
tree1d42c11c27df067b8ce2da9859c8303db27ca4e6 /test
parente1fa0f36a4dfcc7766987830c78b400bdbc25d79 (diff)
downloadcompiler-rt-f632c06a16ca6bf4c4abefb17cc1597f65cd7b41.tar.gz
compiler-rt-f632c06a16ca6bf4c4abefb17cc1597f65cd7b41.tar.bz2
compiler-rt-f632c06a16ca6bf4c4abefb17cc1597f65cd7b41.tar.xz
Fix test suit for last CMake changes to CompilerRT.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@85452 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index c10d9946..eac76084 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -7,7 +7,8 @@ INCLUDE_DIRECTORIES(${CompilerRT_SOURCE_DIR}/lib)
# add_library(${CompilerRT_LIBRARY} STATIC support.c cmdline.c)
TARGET_LINK_LIBRARIES( ${CompilerRT_LIBRARY} )
-SET( TEST_TARGET_LIBRARIES ${CompilerRT_LIBRARY}-Common )
+# FIXME: We should check Optmized versions of CompilerRT-* here also.
+SET( TEST_TARGET_LIBRARIES ${CompilerRT_LIBRARY}-Generic )
INCLUDE( MacroAddCheckTest )
# create tests