mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
gnunet: add runtime test
Test if gnunet-arm is executable for now. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
7
net/gnunet/test.sh
Normal file
7
net/gnunet/test.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
"gnunet")
|
||||
gnunet-arm --version | grep "$2"
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user