Skip to content

Commit

Permalink
DTNN-653 Functional test cmake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sara-gb committed Aug 6, 2024
1 parent 1e68b77 commit e01cc8a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ut-functional/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ 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_include_directories(functional-bplib_sanity-testrunner PUBLIC
$<TARGET_PROPERTY:bplib,INTERFACE_INCLUDE_DIRECTORIES>
)

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

add_test(functional-bplib_sanity-testrunner functional-bplib_sanity-testrunner)
Expand Down

0 comments on commit e01cc8a

Please sign in to comment.