mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
tests: fix integration
This commit is contained in:
parent
77201b6813
commit
d77808368f
2 changed files with 2 additions and 2 deletions
|
@ -23,4 +23,4 @@
|
|||
integration-tests: src tools
|
||||
|
||||
run-integration-tests: integration-tests
|
||||
@$(SRCDIR)/tests/integration/run.sh
|
||||
@$(SRCDIR)/tools/integration-tests.sh
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
SCRIPT=$(realpath ${BASH_SOURCE[0]})
|
||||
SCRIPTPATH=$(dirname $SCRIPT)
|
||||
|
||||
export SRCDIR=$(realpath ${SCRIPTPATH}/../..)
|
||||
export SRCDIR=$(realpath ${SCRIPTPATH}/..)
|
||||
export BUILDDIR=${SRCDIR}/build/release
|
||||
export LOGDIR=${BUILDDIR}/tests/integration
|
||||
export PATH=${BUILDDIR}:${PATH}
|
Loading…
Add table
Reference in a new issue