Cleanup: remove *.datax files with CMake
Unrelated to other commits in this PR, except when running manual tests I kept noticing these files where left over. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
e90e405e15
commit
389150d4db
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ function(add_test_suite suite_name)
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/suites/host_test.function
|
${CMAKE_CURRENT_SOURCE_DIR}/suites/host_test.function
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/suites/helpers.function
|
${CMAKE_CURRENT_SOURCE_DIR}/suites/helpers.function
|
||||||
${mbedtls_target}
|
${mbedtls_target}
|
||||||
|
BYPRODUCTS
|
||||||
|
test_suite_${data_name}.datax
|
||||||
)
|
)
|
||||||
|
|
||||||
add_executable(test_suite_${data_name} test_suite_${data_name}.c $<TARGET_OBJECTS:mbedtls_test>)
|
add_executable(test_suite_${data_name} test_suite_${data_name}.c $<TARGET_OBJECTS:mbedtls_test>)
|
||||||
|
|
Loading…
Reference in a new issue