Skip to content

Commit

Permalink
Merge pull request #31
Browse files Browse the repository at this point in the history
Fix bug for make test failure(#30)
  • Loading branch information
mavam committed Apr 20, 2018
2 parents 5fb2d50 + 356fdef commit ca634ad
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 ca634ad

Please sign in to comment.