summaryrefslogtreecommitdiffstats
path: root/messagebus/test/src/setup.sh
blob: 2111dfb447c5c1cd3c71966c225e20bf1acbbf25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/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