forgot this file
This commit is contained in:
parent
3621075da1
commit
06d3c38be4
2 changed files with 2 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -567,6 +567,7 @@ src/win32/resource.h -text
|
|||
src/win32/winmain.c -text
|
||||
tools/generate_header -text
|
||||
tools/neostats.suppression -text
|
||||
tools/runvalgrind.sh -text
|
||||
tools/sqlphp/README -text
|
||||
tools/sqlphp/rta_tables.php -text
|
||||
tools/sqlphp/rta_view.php -text
|
||||
|
|
1
tools/runvalgrind.sh
Executable file
1
tools/runvalgrind.sh
Executable file
|
@ -0,0 +1 @@
|
|||
valgrind --leak-check=full --suppressions=../tools/neostats.suppression --show-reachable=yes -v .libs/neostats
|
Reference in a new issue