summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-09-12 15:47:39 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-09-12 15:47:39 +0000
commit09870645031d5a05c7c3b9a66a53348a0d82ae52 (patch)
tree7beefb79a8ff14bd0f7e58b0b75d8c8db0e7ddd6 /test
parente80e978d6aa211056beddf4582390e374d1935ab (diff)
downloadcompiler-rt-09870645031d5a05c7c3b9a66a53348a0d82ae52.tar.gz
compiler-rt-09870645031d5a05c7c3b9a66a53348a0d82ae52.tar.bz2
compiler-rt-09870645031d5a05c7c3b9a66a53348a0d82ae52.tar.xz
Generalize Blocks code and intergrate with cmake build system more.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@81613 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index a7f31949..325ed1a3 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -8,6 +8,7 @@ TARGET_LINK_LIBRARIES( ${CompilerRT_LIBRARY} )
SET( TEST_TARGET_LIBRARIES ${CompilerRT_LIBRARY}-Common )
+INCLUDE( MacroAddCheckTest )
# create tests
# MACRO_ADD_CHECK_TEST( foo foo.c ${TEST_TARGET_LIBRARIES} )