Add arena tests
This commit is contained in:
@@ -15,12 +15,16 @@ mkdir build
|
||||
cd build
|
||||
|
||||
|
||||
cl.exe -Fe:test_arena.exe ../test/test_arena.cpp %DEBUG_LINE%
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
test_arena.exe
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
|
||||
cl.exe -Fe:test_table.exe ../test/test_table.cpp %DEBUG_LINE%
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
test_table.exe
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
|
||||
|
||||
cl.exe -Fe:test_array.exe ../test/test_array.cpp %DEBUG_LINE%
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
test_array.exe
|
||||
|
||||
Reference in New Issue
Block a user