summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/BinaryFormat/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/BinaryFormat/CMakeLists.txt')
-rw-r--r--llvm/unittests/BinaryFormat/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/unittests/BinaryFormat/CMakeLists.txt b/llvm/unittests/BinaryFormat/CMakeLists.txt
new file mode 100644
index 00000000000..631936795b6
--- /dev/null
+++ b/llvm/unittests/BinaryFormat/CMakeLists.txt
@@ -0,0 +1,9 @@
+set(LLVM_LINK_COMPONENTS
+ BinaryFormat
+ )
+
+add_llvm_unittest(BinaryFormatTests
+ DwarfTest.cpp
+ TestFileMagic.cpp
+ )
+
OpenPOWER on IntegriCloud