aboutsummaryrefslogtreecommitdiff
path: root/buildroot/tests/REMRAM_V1-tests
diff options
context:
space:
mode:
Diffstat (limited to 'buildroot/tests/REMRAM_V1-tests')
-rw-r--r--buildroot/tests/REMRAM_V1-tests18
1 files changed, 18 insertions, 0 deletions
diff --git a/buildroot/tests/REMRAM_V1-tests b/buildroot/tests/REMRAM_V1-tests
new file mode 100644
index 0000000..f5944ff
--- /dev/null
+++ b/buildroot/tests/REMRAM_V1-tests
@@ -0,0 +1,18 @@
+#!/usr/bin/env bash
+#
+# Build tests for REMRAM_V1
+#
+
+# exit on first failure
+set -e
+
+#
+# Build with the default configurations
+#
+restore_configs
+opt_set MOTHERBOARD BOARD_REMRAM_V1
+opt_set SERIAL_PORT 1
+exec_test $1 $2 "Default Configuration" "$3"
+
+# clean up
+restore_configs