summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHÃ¥vard Pettersen <havardpe@gmail.com>2019-02-21 16:20:34 +0100
committerGitHub <noreply@github.com>2019-02-21 16:20:34 +0100
commitc963169a6451e7388e1d8fdafbed0fd966c86561 (patch)
tree6cd9995c7d726396a620ef52de284915963e79c7
parent69e4f91fa50744e4709410da488ae47fb04c3335 (diff)
parentb4b9c92dddb08bed6a5fca715a702e809979bc90 (diff)
Merge pull request #8579 from vespa-engine/toregge/cleanup-after-removal-of-old-unit-test-runner
Cleanup after removal of old unit test runner.
-rw-r--r--documentapi/CMakeLists.txt1
-rw-r--r--documentapi/src/vespa/binref/.gitignore3
-rw-r--r--documentapi/src/vespa/binref/CMakeLists.txt1
l---------jrt_test/src/binref/testrun.sh1
l---------lowercasing_test/src/binref/testrun.sh1
5 files changed, 0 insertions, 7 deletions
diff --git a/documentapi/CMakeLists.txt b/documentapi/CMakeLists.txt
index b03dd66c817..86d29732399 100644
--- a/documentapi/CMakeLists.txt
+++ b/documentapi/CMakeLists.txt
@@ -14,7 +14,6 @@ vespa_define_module(
vdslib
LIBS
- src/vespa/binref
src/vespa/documentapi
src/vespa/documentapi/loadtypes
src/vespa/documentapi/messagebus
diff --git a/documentapi/src/vespa/binref/.gitignore b/documentapi/src/vespa/binref/.gitignore
deleted file mode 100644
index cfb0e619824..00000000000
--- a/documentapi/src/vespa/binref/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-.depend
-Makefile
-testrun.sh
diff --git a/documentapi/src/vespa/binref/CMakeLists.txt b/documentapi/src/vespa/binref/CMakeLists.txt
deleted file mode 100644
index adece6dd711..00000000000
--- a/documentapi/src/vespa/binref/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
diff --git a/jrt_test/src/binref/testrun.sh b/jrt_test/src/binref/testrun.sh
deleted file mode 120000
index 56c3c1186d8..00000000000
--- a/jrt_test/src/binref/testrun.sh
+++ /dev/null
@@ -1 +0,0 @@
-../../../vespalib/src/vespa/vespalib/testkit/testrun.sh \ No newline at end of file
diff --git a/lowercasing_test/src/binref/testrun.sh b/lowercasing_test/src/binref/testrun.sh
deleted file mode 120000
index 56c3c1186d8..00000000000
--- a/lowercasing_test/src/binref/testrun.sh
+++ /dev/null
@@ -1 +0,0 @@
-../../../vespalib/src/vespa/vespalib/testkit/testrun.sh \ No newline at end of file