aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-01-24 18:32:05 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-01-24 18:32:05 +0100
commit5d4a7d66cba27b946ac155983d8b1710b353aaae (patch)
tree59fabec41c90c061695f6f8925cfdef470053d47 /tests/CMakeLists.txt
parentaf333f9ff1c5e7e31d69f58e4559a14cdcfa4f9d (diff)
Cleaning tests
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index fe07b37..4b556aa 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -6,4 +6,3 @@ file(COPY pgn_files DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/)
# Run tests
add_executable(pgnp_tests tests.cpp ./catch3/catch_amalgamated.cpp)
target_link_libraries(pgnp_tests pgnp)
-add_test(PGNP_Tests pgnp_tests)