summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@verizonmedia.com>2019-02-21 15:31:35 +0100
committerTor Egge <Tor.Egge@verizonmedia.com>2019-02-21 15:31:35 +0100
commitb4b9c92dddb08bed6a5fca715a702e809979bc90 (patch)
tree40fc7c59036d368caa9c8237fe51048f5278d03d
parent81552c6b6014118007449547c21a0aa779c37739 (diff)
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