From 86cb8f97c2c3c02abe925f0fa353eca44febbc48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Madar=C3=A1sz?= Date: Tue, 24 Oct 2023 15:49:32 +0200 Subject: [PATCH] ren checkmem -> test --- MAKE.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAKE.bat b/MAKE.bat index 8fd67ca..f2a41ba 100644 --- a/MAKE.bat +++ b/MAKE.bat @@ -27,7 +27,7 @@ if "%1"=="help" ( echo %0 [vps] ; upload the release to VPS echo %0 [tidy] ; clean up temp files echo %0 [bind] ; generate lua bindings - echo %0 [checkmem] ; check untracked allocators in V4K + echo %0 [test] ; check untracked allocators in V4K echo %0 [split^|join] ; engine/v4k* ^>split^> engine/split/* or engine/split/* ^>join^> engine/v4k* echo %0 [lua] ; execute lua script with v4k echo %0 [amalgamation] ; combine engine/v4k* into a single-header file @@ -246,7 +246,7 @@ if "%1"=="fuse" ( ) rem check memory api calls -if "%1"=="checkmem" ( +if "%1"=="test" ( findstr /RNC:"[^_xv]realloc[(]" engine\split\v4k* findstr /RNC:"[^_xv]REALLOC[(]" engine\split\v4k* findstr /RNC:"[^_xv]MALLOC[(]" engine\split\v4k*