@@ -0,0 +1,14 @@
#!/bin/zsh
PROJECT_NAME="rrr.v2"
command meson compile -C build
if [[ -z "$1" ]]; then
cd build
./bin/$PROJECT_NAME
cd ..
else
meson test $1 -C build
fi
The note is not visible to the blocked user.