faster (and refactored) DCP analysis
All checks were successful
Validate Operations / validate-operations (push) Successful in 2h16m17s
All checks were successful
Validate Operations / validate-operations (push) Successful in 2h16m17s
This commit is contained in:
@@ -25,8 +25,15 @@ function(add_pim_unittest test_name)
|
||||
set_tests_properties(${test_name} PROPERTIES LABELS pim-unittest)
|
||||
endfunction()
|
||||
|
||||
add_pim_unittest(TestPIM
|
||||
TestPIM.cpp
|
||||
add_pim_unittest(LabeledListTest
|
||||
LabeledListTest.cpp
|
||||
|
||||
LINK_LIBS PRIVATE
|
||||
OMPimCommon
|
||||
)
|
||||
|
||||
add_pim_unittest(DCPTest
|
||||
DCPTest.cpp
|
||||
|
||||
LINK_LIBS PRIVATE
|
||||
OMPimCommon
|
||||
|
||||
Reference in New Issue
Block a user