aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/persistenceconformance
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
commit72231250ed81e10d66bfe70701e64fa5fe50f712 (patch)
tree2728bba1131a6f6e5bdf95afec7d7ff9358dac50 /searchcore/src/tests/proton/persistenceconformance
Publish
Diffstat (limited to 'searchcore/src/tests/proton/persistenceconformance')
-rw-r--r--searchcore/src/tests/proton/persistenceconformance/.gitignore1
-rw-r--r--searchcore/src/tests/proton/persistenceconformance/CMakeLists.txt6
-rw-r--r--searchcore/src/tests/proton/persistenceconformance/DESC1
-rw-r--r--searchcore/src/tests/proton/persistenceconformance/FILES1
4 files changed, 9 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/persistenceconformance/.gitignore b/searchcore/src/tests/proton/persistenceconformance/.gitignore
new file mode 100644
index 00000000000..9b6330d1531
--- /dev/null
+++ b/searchcore/src/tests/proton/persistenceconformance/.gitignore
@@ -0,0 +1 @@
+/vlog.txt
diff --git a/searchcore/src/tests/proton/persistenceconformance/CMakeLists.txt b/searchcore/src/tests/proton/persistenceconformance/CMakeLists.txt
new file mode 100644
index 00000000000..f71dbf3c1ba
--- /dev/null
+++ b/searchcore/src/tests/proton/persistenceconformance/CMakeLists.txt
@@ -0,0 +1,6 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_test(
+ NAME searchcore_persistenceconformance_test_app
+ COMMAND ../../../apps/tests/searchcore_persistenceconformance_test_app
+ ENVIRONMENT "VESPA_LOG_TARGET=file:vlog.txt"
+)
diff --git a/searchcore/src/tests/proton/persistenceconformance/DESC b/searchcore/src/tests/proton/persistenceconformance/DESC
new file mode 100644
index 00000000000..98392d5a316
--- /dev/null
+++ b/searchcore/src/tests/proton/persistenceconformance/DESC
@@ -0,0 +1 @@
+Persistence provider conformance test for proton integration. Take a look at persistenceconformance_test.cpp for details.
diff --git a/searchcore/src/tests/proton/persistenceconformance/FILES b/searchcore/src/tests/proton/persistenceconformance/FILES
new file mode 100644
index 00000000000..6912ecd1d9b
--- /dev/null
+++ b/searchcore/src/tests/proton/persistenceconformance/FILES
@@ -0,0 +1 @@
+persistenceconformance_test.cpp