fix(tests/shared): include shared_test in the test suite

This commit is contained in:
Leonardo de Moura 2015-08-13 11:52:38 -07:00
parent 52138b8232
commit 3de290db35

View file

@ -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")