src: consistently use TESTING for internal development tests

This commit is contained in:
Markus F.X.J. Oberhumer
2022-08-27 16:33:57 +02:00
parent 6931a3aa70
commit aa8cdca0a9
3 changed files with 18 additions and 17 deletions
+3 -3
View File
@@ -1079,7 +1079,7 @@ unsigned PeFile::processImports0(ord_mask_t ord_mask) // pass 1
// This decreases compression ratio, so FIXME somehow.
infoWarning("can't remove unneeded imports");
ilen += sizeof(import_desc) * dllnum;
#if defined(DEBUG)
#if TESTING
if (opt->verbose > 3)
names.dump();
#endif
@@ -1194,7 +1194,7 @@ void PeFile::Export::convert(unsigned eoffs,unsigned esize)
iv.flatten();
if (iv.ivnum == 1)
iv.clear();
#if defined(DEBUG)
#if TESTING
else
iv.dump();
#endif
@@ -1853,7 +1853,7 @@ bool PeFile::Resource::clear()
iv.flatten();
if (iv.ivnum == 1)
iv.clear();
#if defined(DEBUG)
#if TESTING
if (opt->verbose > 3)
iv.dump();
#endif