Revert "SWDEV-289405 - [catch2][dtest][module] Migration of Module files to CATCH2 framework (#2351)" (#2354)

This reverts commit 8763c8c2ad.
This commit is contained in:
Maneesh Gupta
2021-09-20 10:47:52 +05:30
committed by GitHub
parent e31d5bd8e0
commit 61ae7884a4
36 changed files with 5 additions and 4560 deletions
+1 -3
View File
@@ -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)