961245e9f4
* SWDEV-359379 - catch2: Standalone single exe per file -workaround for rsp file issue. -Creates single exe per file -tests detection is still during execution time and NOT compile time Change-Id: Iddfb83d57b2d767212f3d9307a276b7d572da6cd * SWDEV-359379 - Update CMakeList * Update Catch.cmake * Temporarily disable failing tests
13 řádky
330 B
CMake
13 řádky
330 B
CMake
# Common Tests - Test independent of all platforms
|
|
set(TEST_SRC
|
|
memcpy.cc
|
|
hipMemcpyMThreadMSize.cc
|
|
hipMallocManagedStress.cc
|
|
hipMemPrftchAsyncStressTst.cc
|
|
hipHostMallocStress.cc
|
|
)
|
|
|
|
hip_add_exe_to_target(NAME memory
|
|
TEST_SRC ${TEST_SRC}
|
|
TEST_TARGET_NAME stress_test)
|