xref: /llvm-project/lld/unittests/CMakeLists.txt (revision 30e983c40c71390c6c9506a8e4f914b85d009c3d)
1*6f2e92c1SAlexandre Ganeafunction(add_lld_unittests test_dirname)
2*6f2e92c1SAlexandre Ganea  add_unittest(LLDUnitTests ${test_dirname} ${ARGN})
3*6f2e92c1SAlexandre Ganeaendfunction()
4*6f2e92c1SAlexandre Ganea
5*6f2e92c1SAlexandre Ganeaadd_subdirectory(AsLibAll)
6*6f2e92c1SAlexandre Ganeaadd_subdirectory(AsLibELF)
7