mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
5 lines
146 B
Bash
Executable File
5 lines
146 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
valgrind --tool=massif ./unit-tests $*
|
|
valgrind --leak-check=full --suppressions=./valgrind_suppressions.txt ./unit-tests $*
|