Skip to content

Commit

Permalink
DTNN-653 Functional test cmake fix 9
Browse files Browse the repository at this point in the history
  • Loading branch information
sara-gb committed Aug 6, 2024
1 parent cbb85de commit 0657e1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ut-functional/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ add_executable(functional-bplib_sanity-testrunner
#target_compile_features(functional-bplib_sanity-testrunner PUBLIC c_std_99)
#target_compile_options(functional-bplib_sanity-testrunner PUBLIC ${BPLIB_COMMON_COMPILE_OPTIONS})

target_link_libraries(functional-bplib_sanity-testrunner PUBLIC
# bplib
# ut_assert
# osal
)
# target_link_libraries(functional-bplib_sanity-testrunner PUBLIC
# # bplib
# # ut_assert
# # osal
# )

add_test(functional-bplib_sanity-testrunner functional-bplib_sanity-testrunner)

Expand Down

0 comments on commit 0657e1b

Please sign in to comment.