mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 09:18:09 +00:00
run
This commit is contained in:
committed by
Ryan Fleury
parent
bf1fd5fbe8
commit
a60b61cafd
@@ -16,7 +16,7 @@ if /i "%~1" == "clang" set CC_VALUES=clang && shift /1 && goto parse_ar
|
||||
if /i "%~1" == "debug" set MODE_VALUES=debug && shift /1 && goto parse_args
|
||||
if /i "%~1" == "release" set MODE_VALUES=release && shift /1 && goto parse_args
|
||||
if /i "%~1" == "no_torture" set RUN_TORTURE=0 && shift /1 && goto parse_args
|
||||
echo usage: run_tests.bat [msvc^|clang] [debug^|release] [no_torture] [-- <torture args>]
|
||||
echo usage: %~nx0 [msvc^|clang] [debug^|release] [no_torture] [-- torture-args]
|
||||
exit /b 1
|
||||
|
||||
:parse_torture_args
|
||||
|
||||
Reference in New Issue
Block a user