mirror of https://github.com/ntop/n2n.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
266 B
11 lines
266 B
#!/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
|
|
|