SHA256
8
0
forked from pool/NumCpp
Files
NumCpp/NumCpp-disable-pytest.patch

20 lines
539 B
Diff
Raw Permalink Normal View History

---
test/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: NumCpp-Version_2.13.0/test/CMakeLists.txt
===================================================================
--- NumCpp-Version_2.13.0.orig/test/CMakeLists.txt
+++ NumCpp-Version_2.13.0/test/CMakeLists.txt
@@ -1,7 +1,7 @@
if(BUILD_TESTS)
message(STATUS "Configuring Unit Tests")
- # add_subdirectory(gtest)
- add_subdirectory(pytest)
+ add_subdirectory(gtest)
+ # add_subdirectory(pytest)
endif()
if(BUILD_MULTIPLE_TEST)