mirror of
https://github.com/UltraCoderRU/telebotxx.git
synced 2026-01-28 04:05:13 +00:00
Fixed test make target.
This commit is contained in:
parent
607647cb25
commit
9280a6dfbc
1 changed files with 1 additions and 1 deletions
|
|
@ -19,6 +19,6 @@ set(SOURCE_FILES Dummy.cpp TestTypes.cpp TestApi.cpp)
|
|||
add_executable(telebotxx-test ${SOURCE_FILES})
|
||||
target_link_libraries(telebotxx-test telebotxx stdc++ ${Boost_LIBRARIES})
|
||||
|
||||
add_custom_target(test COMMAND telebotxx-test WORKING_DIRECTORY ".." DEPENDS telebotxx-test)
|
||||
add_custom_target(test COMMAND ${CMAKE_BINARY_DIR}/bin/telebotxx-test WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}/tests" DEPENDS telebotxx-test)
|
||||
|
||||
message(STATUS "Configuring telebotxx-test - done")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue