Files
fastfetch/tests/performance.sh
T

6 lines
153 B
Bash
Raw Normal View History

2021-03-07 20:05:00 +01:00
mkdir -p tests/build/
cd tests/build/
cmake ../.. -DBUILD_TESTS=ON
cmake --build . --target fastfetch-test-performance
./fastfetch-test-performance "$@"