Files
fastfetch/tests/performance.sh
T
2021-10-18 02:40:33 +01:00

8 lines
198 B
Bash
Executable File

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