mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 10:14:32 +04:00
10 lines
94 B
Bash
10 lines
94 B
Bash
#!/bin/sh
|
|
|
|
cd `dirname "$0"`/tests
|
|
../tap/runtests -b /tmp ./test_*
|
|
|
|
ret=$?
|
|
cd -
|
|
|
|
return $ret
|