Revert "SWDEV-289405 - [catch2][dtest][module] Migration of Module files to CATCH2 framework (#2351)" (#2354)
This reverts commit 8763c8c2ad.
This commit is contained in:
@@ -15,7 +15,6 @@ target_link_libraries(UnitTests PRIVATE UnitDeviceTests
|
||||
EventTest
|
||||
OccupancyTest
|
||||
DeviceTest
|
||||
ModuleTest
|
||||
RTC
|
||||
stdc++fs)
|
||||
|
||||
@@ -37,7 +36,6 @@ target_link_libraries(ABMTests PRIVATE ABMAddKernels
|
||||
stdc++fs)
|
||||
|
||||
catch_discover_tests(ABMTests PROPERTIES SKIP_REGULAR_EXPRESSION "HIP_SKIP_THIS_TEST")
|
||||
add_dependencies(UnitTests module_kernels.code)
|
||||
|
||||
add_dependencies(build_tests UnitTests ABMTests)
|
||||
|
||||
@@ -65,7 +63,7 @@ else()
|
||||
target_compile_options(StressTest PUBLIC -std=c++17)
|
||||
endif()
|
||||
if(HIP_PLATFORM MATCHES "amd")
|
||||
target_link_libraries(StressTest PRIVATE printf stream module)
|
||||
target_link_libraries(StressTest PRIVATE printf stream)
|
||||
endif()
|
||||
target_link_libraries(StressTest PRIVATE memory stdc++fs)
|
||||
add_dependencies(build_stress_test StressTest)
|
||||
|
||||
Reference in New Issue
Block a user