n2n/scripts/test_integration.sh

12 lines
266 B
Bash
Executable File

#!/bin/sh
#
# Run all the integration tests via the test harness
# boilerplate so we can support whaky cmake dirs
[ -z "$TOPDIR" ] && TOPDIR=.
[ -z "$BINDIR" ] && BINDIR=.
export TOPDIR
export BINDIR
${TOPDIR}/scripts/test_harness.sh test_integration_supernode.sh