Skip to content

Commit

Permalink
Remove CTest
Browse files Browse the repository at this point in the history
  • Loading branch information
thbeu committed Oct 25, 2024
1 parent a279d13 commit 1f8573b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,6 @@ if(BUILD_TESTING)
)
declare_test_executable(test3 "dbfadd;dbfcreate;dbfdump;shpadd;shpcreate;shpdump")

include(CTest)

add_subdirectory(tests)
endif()

Expand Down
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CMake configuration for SHP C++ unit tests
# CMake configuration for C++ unit tests

project(${CMAKE_PROJECT_NAME}Tests CXX)

Expand Down

0 comments on commit 1f8573b

Please sign in to comment.