summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/unittests/CMakeLists.txt')
-rw-r--r--clang-tools-extra/unittests/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/clang-tools-extra/unittests/CMakeLists.txt b/clang-tools-extra/unittests/CMakeLists.txt
new file mode 100644
index 00000000000..444f9496750
--- /dev/null
+++ b/clang-tools-extra/unittests/CMakeLists.txt
@@ -0,0 +1,8 @@
+add_custom_target(ExtraToolsUnitTests)
+set_target_properties(ExtraToolsUnitTests PROPERTIES FOLDER "Extra Tools Unit Tests")
+
+function(add_extra_unittest test_dirname)
+ add_unittest(ExtraToolsUnitTests ${test_dirname} ${ARGN})
+endfunction()
+
+add_subdirectory(cpp11-migrate)
OpenPOWER on IntegriCloud