There currently is no practical use to have TactilityHeadless as a subproject. I'm merging it with the Tactility project.
8 lines
192 B
Bash
Executable File
8 lines
192 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cmake -S ./ -B build-sim
|
|
cmake --build build-sim --target build-tests -j 14
|
|
build-sim/Tests/TactilityCore/TactilityCoreTests --exit
|
|
build-sim/Tests/Tactility/TactilityTests --exit
|
|
|