Skip to content

Commit

Permalink
Fix bug for make test failure(mavam#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
cathy-indeed authored and redfieldcd committed Apr 19, 2018
1 parent 5fb2d50 commit 7e64c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ add_subdirectory(bf)
enable_testing()
add_executable(bf-test tests.cpp)
target_link_libraries(bf-test libbf ${CMAKE_THREAD_LIBS_INIT})
add_test(unit ${CMAKE_CURRENT_BINARY_DIR}/bf-test)
add_test(unit ${CMAKE_BINARY_DIR}/bin/bf-test)

0 comments on commit 7e64c46

Please # to comment.