blob: 4ba7a8ad528ab506e91d7192cfc94b3b640b7f38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
diff --git a/base/CMakeLists.txt b/base/CMakeLists.txt
index f57de5b..d82d248 100644
--- a/base/CMakeLists.txt
+++ b/base/CMakeLists.txt
@@ -72,18 +72,6 @@ endif (GVM_SYSCONF_DIR)
## Tests
-add_executable (array-test
- EXCLUDE_FROM_ALL
- array_tests.c)
-
-add_test (array-test array-test)
-
-target_link_libraries (array-test cgreen ${GLIB_LDFLAGS} ${LINKER_HARDENING_FLAGS})
-
-add_custom_target (tests
- DEPENDS array-test)
-
-
## Install
configure_file (libgvm_base.pc.in ${CMAKE_BINARY_DIR}/libgvm_base.pc @ONLY)
|