aboutsummaryrefslogtreecommitdiffstats
path: root/vdstestlib/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vdstestlib/CMakeLists.txt')
-rw-r--r--vdstestlib/CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/vdstestlib/CMakeLists.txt b/vdstestlib/CMakeLists.txt
deleted file mode 100644
index 34f40704b26..00000000000
--- a/vdstestlib/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_define_module(
- DEPENDS
- vespalib
-
- TESTS
- src/tests/dirconfig
-
- LIBS
- src/vespa/vdstestlib
- src/vespa/vdstestlib/config
-)