forked from pool/NumCpp
Compare commits
14 Commits
Author | SHA256 | Date | |
---|---|---|---|
3d3830ae22 | |||
85d235800c | |||
766312f10b | |||
dca2d10627 | |||
f7ee698195 | |||
3ebaafec9d | |||
b93bd49076 | |||
b0d66155ff | |||
cd5408fa0f | |||
9ffcb37dc0 | |||
9d5b5a5824 | |||
ea159d9fde | |||
a561d72b11 | |||
53318a2e53 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:930c8c433c4cd4322ea4a3f42b06453e5c1586a4210aeff603eaae180b228457
|
||||
size 3716401
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7d3a11d12f3209c95c098d0566e6aee072cfc493f1e9376796c91520958686f
|
||||
size 3736207
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a535939304f1dccef4ddfc1d46e6202da658a41f1ef83de6485301268d2dc26d
|
||||
size 3739856
|
@@ -1,27 +0,0 @@
|
||||
---
|
||||
test/cppcheck/CMakeLists.txt | 3 +++
|
||||
test/multiple/CMakeLists.txt | 3 +++
|
||||
2 files changed, 6 insertions(+)
|
||||
|
||||
Index: NumCpp-Version_2.13.0/test/multiple/CMakeLists.txt
|
||||
===================================================================
|
||||
--- NumCpp-Version_2.13.0.orig/test/multiple/CMakeLists.txt
|
||||
+++ NumCpp-Version_2.13.0/test/multiple/CMakeLists.txt
|
||||
@@ -18,3 +18,6 @@ target_include_directories(${TARGET_NAME
|
||||
target_link_libraries(${TARGET_NAME} PRIVATE
|
||||
${ALL_INTERFACE_TARGET}
|
||||
)
|
||||
+
|
||||
+add_test(NAME ${TARGET_NAME}
|
||||
+ COMMAND ${TARGET_NAME})
|
||||
Index: NumCpp-Version_2.13.0/test/cppcheck/CMakeLists.txt
|
||||
===================================================================
|
||||
--- NumCpp-Version_2.13.0.orig/test/cppcheck/CMakeLists.txt
|
||||
+++ NumCpp-Version_2.13.0/test/cppcheck/CMakeLists.txt
|
||||
@@ -11,3 +11,6 @@ target_include_directories(${TARGET_NAME
|
||||
target_link_libraries(${TARGET_NAME} PRIVATE
|
||||
${ALL_INTERFACE_TARGET}
|
||||
)
|
||||
+
|
||||
+add_test(NAME ${TARGET_NAME}
|
||||
+ COMMAND ${TARGET_NAME})
|
@@ -1,19 +0,0 @@
|
||||
|
||||
---
|
||||
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)
|
Reference in New Issue
Block a user