mirror of
https://github.com/intel/isa-l.git
synced 2025-11-01 11:52:52 +01:00
lib: reduce verbosity by default in tests
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
This commit is contained in:
committed by
Marcel Cornu
parent
5f23c03415
commit
2ca781df19
@@ -471,7 +471,9 @@ int main(int argc, char *argv[])
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
#ifdef TEST_VERBOSE
|
||||
putchar('.');
|
||||
#endif
|
||||
}
|
||||
|
||||
// Run tests at end of buffer for Electric Fence
|
||||
@@ -681,7 +683,9 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef TEST_VERBOSE
|
||||
putchar('.');
|
||||
#endif
|
||||
}
|
||||
|
||||
// Test size alignment
|
||||
|
||||
Reference in New Issue
Block a user