aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-test-nbd-short.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/common/include-agl-test-nbd-short.sh')
-rw-r--r--jjb/common/include-agl-test-nbd-short.sh29
1 files changed, 29 insertions, 0 deletions
diff --git a/jjb/common/include-agl-test-nbd-short.sh b/jjb/common/include-agl-test-nbd-short.sh
new file mode 100644
index 00000000..dcaa65cb
--- /dev/null
+++ b/jjb/common/include-agl-test-nbd-short.sh
@@ -0,0 +1,29 @@
+# (c) 2016 Jan-Simon Moeller dl9pf(at)gmx.de
+# License GPLv2
+
+################################################################################
+## Main
+################################################################################
+
+# test currently only for porter, rest WIP
+TESTRUN=false
+echo "## $MACHINE ##"
+
+case $MACHINE in
+ porter-nogfx)
+ TESTRUN=true
+ ;;
+ porter)
+ TESTRUN=true
+ ;;
+ *)
+ TESTRUN=false
+ ;;
+esac
+
+
+if $TESTRUN; then
+
+echo "TBD"
+
+fi \ No newline at end of file