[memprof] Use a new constructor of IndexedAllocationInfo (NFC) (#116920)
[llvm-project.git] / offload / unittests / CMakeLists.txt
blob73c87b708d25fddb87a617eaca4d03f87febd173
1 add_custom_target(LibomptUnitTests)
2 set_target_properties(LibomptUnitTests PROPERTIES FOLDER "Tests/UnitTests")
4 function(add_libompt_unittest test_dirname)
5   add_unittest(LibomptUnitTests ${test_dirname} ${ARGN})
6 endfunction()
8 add_subdirectory(Plugins)