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