Revamp build system to make it easier to integrate openflowext.
[sliver-openvswitch.git] / tests / test-stp.sh
index 8d0f538..fd6acf5 100755 (executable)
@@ -3,5 +3,5 @@ set -e
 progress=
 for d in ${stp_files}; do
     echo "Testing $d..."
-    $SUPERVISOR ./test-stp ${srcdir}/$d
+    $SUPERVISOR ./tests/test-stp ${srcdir}/$d
 done