0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-07 10:11:54 +00:00
MarlinFirmware/buildroot/tests/simulator_linux_release
2024-07-20 01:47:23 -05:00

16 lines
228 B
Bash
Executable file

#!/usr/bin/env bash
#
# Build tests for Simulator on Linux
#
# exit on first failure
set -e
#
# Build with the default configurations
#
use_example_configs Simulator
exec_test $1 $2 "Simulator" "$3"
# cleanup
restore_configs