mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
63331ef731
This reverts commita40a53b104, reversing changes made to5422a3b17e.
18 lines
380 B
Batchfile
18 lines
380 B
Batchfile
@echo off
|
|
|
|
if not exist "tests\issues\build\" mkdir tests\issues\build
|
|
|
|
set COMMON=-collection:tests=tests -out:tests\issues\build\test_issue
|
|
|
|
@echo on
|
|
|
|
.\odin build tests\issues\test_issue_829.odin %COMMON% -file
|
|
tests\issues\build\test_issue
|
|
|
|
.\odin build tests\issues\test_issue_1592.odin %COMMON% -file
|
|
tests\issues\build\test_issue
|
|
|
|
@echo off
|
|
|
|
rmdir /S /Q tests\issues\build
|