Skip to content

Commit 0f481ed

Browse files
committed
remove unnecessary command
1 parent 7590cc7 commit 0f481ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libc/cmake/modules/LLVMLibCTestRules.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,6 @@ function(create_libc_unittest fq_target_name)
318318
target_link_libraries(${fq_build_target_name} PRIVATE ${link_libraries})
319319

320320
if(NOT LIBC_UNITTEST_NO_RUN_POSTBUILD)
321-
set(test_cmd ${LIBC_UNITTEST_ENV}
322-
${CMAKE_CROSSCOMPILING_EMULATOR} $<TARGET_FILE:${fq_build_target_name}>)
323321
add_custom_target(
324322
${fq_target_name}
325323
COMMAND ${LIBC_UNITTEST_ENV} ${CMAKE_CROSSCOMPILING_EMULATOR} ${fq_build_target_name}

0 commit comments

Comments
 (0)