Add arena test

This commit is contained in:
Krzosa Karol
2023-12-31 10:20:57 +01:00
parent 556c38d572
commit a3c09bf50c

View File

@@ -3,6 +3,6 @@ set -e
mkdir build mkdir build
cd build cd build
clang -o first ../test/main.cpp -Wno-writable-strings clang -o first ../test/test_arena.cpp -Wno-writable-strings
./first ./first
cd .. cd ..