summaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/rpc-error/progdefs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jrt_test/src/tests/rpc-error/progdefs.sh')
-rw-r--r--jrt_test/src/tests/rpc-error/progdefs.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/jrt_test/src/tests/rpc-error/progdefs.sh b/jrt_test/src/tests/rpc-error/progdefs.sh
new file mode 100644
index 00000000000..815aa5a960e
--- /dev/null
+++ b/jrt_test/src/tests/rpc-error/progdefs.sh
@@ -0,0 +1,3 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+prog cppserver 1 "tcp/$CPP_PORT" "$BINREF/simpleserver"
+prog javaserver 1 "tcp/$JAVA_PORT" "$BINREF/runjava SimpleServer"