diff options
Diffstat (limited to 'unittests/IR/CMakeLists.txt')
-rw-r--r-- | unittests/IR/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unittests/IR/CMakeLists.txt b/unittests/IR/CMakeLists.txt index aed45979c0692..c53043ef80e11 100644 --- a/unittests/IR/CMakeLists.txt +++ b/unittests/IR/CMakeLists.txt @@ -13,9 +13,11 @@ set(IRSources MDBuilderTest.cpp MetadataTest.cpp PassManagerTest.cpp + PatternMatch.cpp TypeBuilderTest.cpp TypesTest.cpp ValueMapTest.cpp + ValueTest.cpp VerifierTest.cpp WaymarkTest.cpp ) |