1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-12-02 08:09:36 +00:00
MarlinFirmware/buildroot/tests/simulator_linux_release

17 lines
228 B
Plaintext
Raw Normal View History

2024-07-20 06:47:23 +00:00
#!/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