summaryrefslogtreecommitdiff
path: root/tests/openmsp430/run-fm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openmsp430/run-fm.sh')
-rw-r--r--tests/openmsp430/run-fm.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/openmsp430/run-fm.sh b/tests/openmsp430/run-fm.sh
new file mode 100644
index 00000000..5fd1c6cf
--- /dev/null
+++ b/tests/openmsp430/run-fm.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+if [ -n "$REMOTE_YOSYS_ROOT" ]; then
+ rsync --exclude=".svn" --exclude="*.log" -rv -e "${REMOTE_YOSYS_SSH:-ssh} -C" "$REMOTE_YOSYS_ROOT"/tests/openmsp430/. .
+fi
+fm_shell -64 -file run-fm.do 2>&1 | tee run-fm.log