summaryrefslogtreecommitdiffstats
path: root/vdstestlib/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vdstestlib/CMakeLists.txt')
-rw-r--r--vdstestlib/CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/vdstestlib/CMakeLists.txt b/vdstestlib/CMakeLists.txt
new file mode 100644
index 00000000000..98213a844fc
--- /dev/null
+++ b/vdstestlib/CMakeLists.txt
@@ -0,0 +1,14 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_define_module(
+ DEPENDS
+ fastos
+ vespalib
+
+ TESTS
+ src/tests/cppunit
+ src/tests/dirconfig
+
+ LIBS
+ src/vespa/vdstestlib
+ src/vespa/vdstestlib/cppunit
+)