mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:52:08 +02:00
7 lines
173 B
Bash
Executable File
7 lines
173 B
Bash
Executable File
rm -rf tests/build/
|
|
mkdir -p tests/build/
|
|
cd tests/build/
|
|
cmake ../.. -DBUILD_TESTS=ON
|
|
cmake --build . --target fastfetch-test-performance
|
|
./fastfetch-test-performance "$@"
|