mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
3 lines
67 B
Bash
Executable file
3 lines
67 B
Bash
Executable file
#!/usr/bin/env bash
|
|
cd build
|
|
ctest -j4 --output-on-failure -T Test
|