Files
fastfetch/tests/strbuf.sh
T
Linus Dierheimer 33127388f0 refactored FFstrbuf
2022-01-12 01:02:14 +01:00

8 lines
171 B
Bash
Executable File

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