Skip to content

Commit

Permalink
Fix tests and let make work without preconfigure
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed May 21, 2024
1 parent 75b4e3c commit 2cd117a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ set r2frida_version=5.9.0
if "%PLATFORM%" == "x64" (set frida_os_arch=x86_64) else (set frida_os_arch=x86)
set DEBUG=/O2

if "%VSARCH%" == "" (
cl
if not %ERRORLEVEL%==0 (
echo VSARCH not set, please run preconfigure.bat
exit /b 1
)
set
set R2_BASE=""
if exist radare2 (
set R2_BASE=%CD%\radare2
) else (
Expand Down
4 changes: 2 additions & 2 deletions test/db/extras/version
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CMDS=<<EOF
:?V
EOF
EXPECT=<<EOF
16.2.1
16.2.5
EOF
RUN

Expand All @@ -14,7 +14,7 @@ CMDS=<<EOF
: Frida.version
EOF
EXPECT=<<EOF
16.2.1
16.2.5
EOF
RUN

Expand Down

0 comments on commit 2cd117a

Please sign in to comment.