fix(tests/shared): include shared_test in the test suite
This commit is contained in:
parent
52138b8232
commit
3de290db35
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
add_executable(shared_test shared.cpp)
|
||||
target_link_libraries(shared_test ${EXTRA_LIBS} leanshared)
|
||||
add_test(shared_test "${CMAKE_CURRENT_BINARY_DIR}/shared_test")
|
||||
|
|
Loading…
Reference in a new issue