aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
blob: 38fdc5b8ada8bc7b7589762ca93db38e7f2ab83d (plain)
1
2
3
4
5
6
7
8
add_subdirectory(remove-cstr-calls)
add_subdirectory(tool-template)
add_subdirectory(clang-format)
add_subdirectory(cpp11-migrate)
add_subdirectory(modularize)

# Add the common testsuite after all the tools.
add_subdirectory(test)