Skip to content

Commit

Permalink
add include test
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yoshimi committed Oct 29, 2018
1 parent 3547410 commit 82c37a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/c++/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 2.8.12)
include(EnableGtests) #defined in ./cmake
include_directories(../../c++/include)
include_directories(./)

# test for SPM library

Expand All @@ -12,8 +13,8 @@ test_pade
)

foreach(test_c++ ${unittest_src_gf})
target_link_libraries(${test_c++} gf)
add_gtest(${test_c++})
target_link_libraries(${test_c++} gf)
endforeach(test_c++)

add_subdirectory(data)

0 comments on commit 82c37a0

Please sign in to comment.