Fix the "Dummy.h" test
It failed for not finding the libApp library. It will probably fail again on platforms that do not support LD_LIBRARY_PATH.
This commit is contained in:
parent
68ec418ad2
commit
adf28dcfad
|
@ -8,7 +8,6 @@ dist=Makefile,tests.sh
|
||||||
|
|
||||||
[Dummy.h]
|
[Dummy.h]
|
||||||
type=script
|
type=script
|
||||||
#FIXME breaks when OBJDIR is set
|
|
||||||
script=../tools/appbroker.sh -O APPBROKER=../tools/AppBroker
|
script=../tools/appbroker.sh -O APPBROKER=../tools/AppBroker
|
||||||
depends=../data/Dummy.interface,../tools/appbroker.sh
|
depends=../data/Dummy.interface,../tools/appbroker.sh
|
||||||
|
|
||||||
|
|
|
@ -70,4 +70,4 @@ target="$1"
|
||||||
source="${target#$OBJDIR}"
|
source="${target#$OBJDIR}"
|
||||||
APPINTERFACE="${source##*/}"
|
APPINTERFACE="${source##*/}"
|
||||||
APPINTERFACE="../data/${APPINTERFACE%%.h}.interface"
|
APPINTERFACE="../data/${APPINTERFACE%%.h}.interface"
|
||||||
$APPBROKER -o "$target" "$APPINTERFACE"
|
LD_LIBRARY_PATH="${OBJDIR}../src" $APPBROKER -o "$target" "$APPINTERFACE"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user