1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 21:03:56 +02: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:
Daniel Golle 2020-09-17 21:56:06 +01:00
parent 04dea23c62
commit 25fb4794fa

7
net/gnunet/test.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/sh
case "$1" in
"gnunet")
gnunet-arm --version | grep "$2"
;;
esac