summaryrefslogtreecommitdiff
path: root/unittests/VMCore
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-08-04 09:52:39 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-08-04 09:52:39 +0000
commit36108ceabda562ebca91a2fa73bfc2d53e6271be (patch)
tree093254f215de3390d9fec13f1c29bcf15f89e9af /unittests/VMCore
parent189f231a4b58a604320fb8c839689578d3ddb5c9 (diff)
Update cmake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161297 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/VMCore')
-rw-r--r--unittests/VMCore/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/VMCore/CMakeLists.txt b/unittests/VMCore/CMakeLists.txt
index 632eab57197..4025c7a91fb 100644
--- a/unittests/VMCore/CMakeLists.txt
+++ b/unittests/VMCore/CMakeLists.txt
@@ -13,6 +13,7 @@ set(VMCoreSources
MetadataTest.cpp
PassManagerTest.cpp
TypeBuilderTest.cpp
+ TypesTest.cpp
ValueMapTest.cpp
VerifierTest.cpp
)