mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +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" == "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" == "release" set MODE_VALUES=release && shift /1 && goto parse_args
|
||||||
if /i "%~1" == "no_torture" set RUN_TORTURE=0 && 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
|
exit /b 1
|
||||||
|
|
||||||
:parse_torture_args
|
:parse_torture_args
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ while [[ $# -gt 0 ]]; do
|
|||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "usage: $0 [clang|clang-*|gcc|gcc-*] [debug|release] [no_torture] [-- <torture args>]"
|
echo "usage: $0 [clang|clang-*|gcc|gcc-*] [debug|release] [no_torture] [-- torture-args]"
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user