summaryrefslogtreecommitdiffstats
path: root/juniper/src/test/mcandTestApp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'juniper/src/test/mcandTestApp.cpp')
-rw-r--r--juniper/src/test/mcandTestApp.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/juniper/src/test/mcandTestApp.cpp b/juniper/src/test/mcandTestApp.cpp
deleted file mode 100644
index 825dc61da06..00000000000
--- a/juniper/src/test/mcandTestApp.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-#include "mcandTest.h"
-#include <vespa/vespalib/testkit/testapp.h>
-
-int main(int argc, char **argv) {
- juniper::TestEnv te(argc, argv, TEST_PATH("../rpclient/testclient.rc").c_str());
- MatchCandidateTest test;
- test.SetStream(&std::cout);
- test.Run(argc, argv);
- return (int)test.Report();
-}