4 lines
175 B
Bash
Executable File
4 lines
175 B
Bash
Executable File
#!/bin/bash
|
|
cmake -S . -B build-tests -DDUSK_BUILD_TESTS=ON -DDUSK_TARGET_SYSTEM=linux
|
|
cmake --build build-tests -- -j$(nproc)
|
|
ctest --output-on-failure --test-dir build-tests |