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
1 changed files with 7 additions and 0 deletions

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