Skip to content

Commit eb04172

Browse files
author
peng.li24
committed
build: remove tests/Makefile, use CMake exclusively; enable BUILD_TESTS by default
1 parent d550f52 commit eb04172

3 files changed

Lines changed: 1 addition & 26 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ CMakeCache.txt
3232
CMakeFiles/
3333
cmake_install.cmake
3434
Makefile
35-
!tests/Makefile
3635
CTestTestfile.cmake
3736
compile_commands.json
3837

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ add_custom_target(deb
8686
)
8787

8888
# ---- Tests (optional, requires pybind11 + GEOS) ------------------------------
89-
option(BUILD_TESTS "Build pybind11 test module" OFF)
89+
option(BUILD_TESTS "Build pybind11 test module" ON)
9090
if(BUILD_TESTS)
9191
add_subdirectory(tests)
9292
endif()

tests/Makefile

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)