mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 03:41:44 +00:00
603c7b9815
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
9 lines
94 B
Bash
9 lines
94 B
Bash
#!/bin/sh
|
|
|
|
cd `dirname "$0"`/tests
|
|
../tap/runtests -b /tmp ./*test_*
|
|
ret=$?
|
|
cd -
|
|
|
|
return $ret
|