summaryrefslogtreecommitdiffstats
path: root/messagebus/test/src/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus/test/src/setup.sh')
-rwxr-xr-xmessagebus/test/src/setup.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/messagebus/test/src/setup.sh b/messagebus/test/src/setup.sh
deleted file mode 100755
index 2111dfb447c..00000000000
--- a/messagebus/test/src/setup.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh -e
-# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-MYDIR=`pwd`
-cp ../../src/cpp/Makefile.inc .
-cp ../../src/cpp/versiontag.mak .
-cp ../../src/cpp/config.cfg .
-cp ../../src/cpp/config_command.sh .
-sh config_command.sh
-echo MODULEDEP_INCLUDES += -I$MYDIR/../../src/cpp >> Makefile.ini
-echo LIBDIR_MESSAGEBUS=$MYDIR/../../src/cpp/messagebus >> Makefile.ini
-echo LIBDIR_MESSAGEBUS-TEST=$MYDIR/../../src/cpp/messagebus/testlib >> Makefile.ini