Files
fastfetch/tests/performance.sh
T
Sourajyoti Basak e79209c7bf Change shebang
2021-06-14 14:22:51 +05:30

8 lines
187 B
Bash
Executable File

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