diff --git a/static_core/static_linker/tests/CMakeLists.txt b/static_core/static_linker/tests/CMakeLists.txt index 0d1d5bcba69a27f1dcf99e2bcf7aa8b2a3390c13..319807cbf7ac6ea8beb85bc75fe36096b879c5cf 100644 --- a/static_core/static_linker/tests/CMakeLists.txt +++ b/static_core/static_linker/tests/CMakeLists.txt @@ -164,6 +164,8 @@ if (TARGET es2panda AND TARGET etsstdlib AND PANDA_WITH_ETS AND NOT CMAKE_CROSSC ) list(APPEND STS_TESTS_TARGETS "${STS_TESTS_DIR}/filesinfo/filesinfo.txt") + + add_custom_target(static_linker_tests_sts DEPENDS "${STS_TESTS_TARGETS}" "${STS_TESTS_OUTPUT_SUBDIRS}" )