summaryrefslogtreecommitdiffstats
path: root/juniper/src/test/auxTestApp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'juniper/src/test/auxTestApp.cpp')
-rw-r--r--juniper/src/test/auxTestApp.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/juniper/src/test/auxTestApp.cpp b/juniper/src/test/auxTestApp.cpp
deleted file mode 100644
index 1c85796bb1f..00000000000
--- a/juniper/src/test/auxTestApp.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include "auxTest.h"
-#include <vespa/vespalib/testkit/testapp.h>
-
-void Usage(char* s)
-{
- fprintf(stderr, "Usage: %s [-d debug_level]\n", s);
-}
-
-
-int main(int argc, char **argv) {
- juniper::TestEnv te(argc, argv, TEST_PATH("../rpclient/testclient.rc").c_str());
- AuxTest pta;
- pta.SetStream(&std::cout);
- pta.Run(argc, argv);
- return pta.Report();
-}