Tests and fixes for url_encode

This commit is contained in:
2026-06-17 17:34:07 +02:00
parent 4c1688730f
commit 434dca7fe7
5 changed files with 104 additions and 16 deletions

View File

@@ -14,6 +14,12 @@ elif [ $1 = "run" ]; then
make server
./output/server 5000 ./library "Testing library"
elif [ $1 = "test" ]; then
echo "Running tests"
make test
./output/test
elif [ $1 = "debug" ]; then
echo "Debugging"