mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2025-02-20 11:43:27 +08:00
6 lines
153 B
Bash
Executable File
6 lines
153 B
Bash
Executable File
mkdir -p tests/build/
|
|
cd tests/build/
|
|
cmake ../.. -DBUILD_TESTS=ON
|
|
cmake --build . --target fastfetch-test-performance
|
|
./fastfetch-test-performance "$@"
|