Navigation Menu

Skip to content

Commit

Permalink
[test] Added valgrind target
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Mar 11, 2016
1 parent 44590d7 commit 6530a67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mms-lib/test/common/Makefile
Expand Up @@ -134,6 +134,9 @@ test_banner:
test: test_banner debug
@$(DEBUG_EXE)

valgrind: test_banner debug
G_DEBUG=gc-friendly G_SLICE=always-malloc valgrind --tool=memcheck --leak-check=full --show-possibly-lost=no $(DEBUG_EXE)

mms_lib_debug_lib:
@$(MMS_LIB_MAKE) debug

Expand Down

0 comments on commit 6530a67

Please sign in to comment.