Skip to content

Commit

Permalink
Separate soc desc tests to files for arch
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanevskiTT committed Oct 24, 2024
1 parent 279417f commit 8e99ca0
Show file tree
Hide file tree
Showing 6 changed files with 383 additions and 329 deletions.
14 changes: 10 additions & 4 deletions tests/api/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
set(API_TESTS_SRCS
test_cluster.cpp
test_cluster_descriptor.cpp
test_soc_descriptor.cpp
test_soc_descriptor_gs.cpp
test_soc_descriptor_wh.cpp
test_soc_descriptor_bh.cpp
)

add_executable(api_tests ${API_TESTS_SRCS})
target_link_libraries(api_tests PRIVATE test_common)
set_target_properties(api_tests PROPERTIES
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/test/umd/api
OUTPUT_NAME api_tests
set_target_properties(
api_tests
PROPERTIES
RUNTIME_OUTPUT_DIRECTORY
${CMAKE_BINARY_DIR}/test/umd/api
OUTPUT_NAME
api_tests
)
325 changes: 0 additions & 325 deletions tests/api/test_soc_descriptor.cpp

This file was deleted.

Loading

0 comments on commit 8e99ca0

Please sign in to comment.