Skip to content

Commit 6a0e535

Browse files
committed
DTNN-653 Functional test cmake fix
1 parent e01cc8a commit 6a0e535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ut-functional/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ target_include_directories(functional-bplib_sanity-testrunner PUBLIC
2222
)
2323

2424
target_link_libraries(functional-bplib_sanity-testrunner PUBLIC
25+
ut_assert
2526
bplib
26-
# ut_assert
27-
osal
27+
# osal
2828
)
2929

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

0 commit comments

Comments
 (0)