Files
fastfetch/tests/performance.sh
T
Linus Dierheimer f54ac1c4e6 Update tests
2022-02-14 12:04:54 +01:00

7 lines
145 B
Bash
Executable File

#!/bin/env sh
mkdir -p build/
cd build
cmake ..
cmake --build . --target fastfetch-test-performance -j$(nproc)
./fastfetch-test-performance "$@"