aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/data/input_reader/CMakeLists.txt
diff options
context:
space:
mode:
authorHaavard <havardpe@yahoo-inc.com>2017-02-02 13:31:52 +0000
committerHaavard <havardpe@yahoo-inc.com>2017-02-02 13:31:52 +0000
commitb43487c485fe65cde4b33a3c319b5f0419065e8b (patch)
treed0e88b896fa3e4b7f38a6be6bbddfb606da865b6 /vespalib/src/tests/data/input_reader/CMakeLists.txt
parentea810ce997ef0216771695496fb1165a81cb46b0 (diff)
input reader test
bonus: MemoryInput utility with test
Diffstat (limited to 'vespalib/src/tests/data/input_reader/CMakeLists.txt')
-rw-r--r--vespalib/src/tests/data/input_reader/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/vespalib/src/tests/data/input_reader/CMakeLists.txt b/vespalib/src/tests/data/input_reader/CMakeLists.txt
new file mode 100644
index 00000000000..21adcf86648
--- /dev/null
+++ b/vespalib/src/tests/data/input_reader/CMakeLists.txt
@@ -0,0 +1,8 @@
+# Copyright 2017 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(vespalib_input_reader_test_app TEST
+ SOURCES
+ input_reader_test.cpp
+ DEPENDS
+ vespalib
+)
+vespa_add_test(NAME vespalib_input_reader_test_app COMMAND vespalib_input_reader_test_app)