gnunet: add runtime test
authorDaniel Golle <daniel@makrotopia.org>
Thu, 17 Sep 2020 20:56:06 +0000 (21:56 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 21 Sep 2020 11:05:55 +0000 (12:05 +0100)
Test if gnunet-arm is executable for now.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
net/gnunet/test.sh [new file with mode: 0644]

diff --git a/net/gnunet/test.sh b/net/gnunet/test.sh
new file mode 100644 (file)
index 0000000..fc826d5
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+case "$1" in
+       "gnunet")
+               gnunet-arm --version | grep "$2"
+               ;;
+esac