mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
test: add valgrind memory checks
Copy over the "make memcheck" target from libshl. It runs the test-suite again via valgrind and fails on any valgrind warnings. This is very useful to find memory-leaks and invalid memory-accesses via the test-suite. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
parent
729acb64ca
commit
9cb0a092c2
4 changed files with 92 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
|||
*.la
|
||||
*.lo
|
||||
*.log
|
||||
*.memlog
|
||||
*.o
|
||||
*.swp
|
||||
*.tar.xz
|
||||
|
|
@ -28,6 +29,7 @@ miraclectl
|
|||
miracled
|
||||
stamp-h1
|
||||
test-suite.log
|
||||
test_valgrind
|
||||
test_wpas
|
||||
wpa_cli
|
||||
wpa_supplicant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue