Add stubs for linux

This commit is contained in:
Krzosa Karol
2023-12-31 16:57:57 +01:00
parent 502c5f5d92
commit d8860c725e
4 changed files with 48 additions and 37 deletions

View File

@@ -5,4 +5,6 @@ mkdir build
cd build
clang -o test_array ../test/test_array.cpp -fno-exceptions -fno-rtti -Wno-writable-strings
./test_array
clang -o test_table ../test/test_table.cpp -fno-exceptions -fno-rtti -Wno-writable-strings
./test_table
cd ..