mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-05 04:27:51 +00:00
16 lines
274 B
Batchfile
16 lines
274 B
Batchfile
@echo off
|
|
|
|
if not exist "build\" mkdir build
|
|
|
|
set COMMON=-collection:tests=..
|
|
|
|
@echo on
|
|
|
|
..\..\odin test test_issue_829.odin %COMMON% -file
|
|
..\..\odin test test_issue_1592.odin %COMMON% -file
|
|
..\..\odin test test_issue_2087.odin %COMMON% -file
|
|
|
|
@echo off
|
|
|
|
rmdir /S /Q build
|