From a3c09bf50cf1ba73b1c17a09374b77c26bcd3cbe Mon Sep 17 00:00:00 2001 From: Krzosa Karol Date: Sun, 31 Dec 2023 10:20:57 +0100 Subject: [PATCH] Add arena test --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0be763a..5f2d6c4 100644 --- a/build.sh +++ b/build.sh @@ -3,6 +3,6 @@ set -e mkdir build cd build -clang -o first ../test/main.cpp -Wno-writable-strings +clang -o first ../test/test_arena.cpp -Wno-writable-strings ./first cd .. \ No newline at end of file