Browse Source

gnunet: add runtime test

Test if gnunet-arm is executable for now.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle 4 years ago
parent
commit
25fb4794fa
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      net/gnunet/test.sh

+ 7
- 0
net/gnunet/test.sh View File

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

Loading…
Cancel
Save