Skip to content

Commit

Permalink
Fix for previous commit.
Browse files Browse the repository at this point in the history
Left out the dependency for valgrind-per-module command
  • Loading branch information
vigsterkr committed Mar 14, 2013
1 parent b03de59 commit 4491057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Makefile
Expand Up @@ -35,7 +35,7 @@ build: shogun-unit-test
valgrind: shogun-unit-test
@$(LIBRARY_PATH)=$(SHOGUNSRCTOP)/shogun:$$$(LIBRARY_PATH) valgrind $(VALGRINDOPTS) ./shogun-unit-test

valgrind-per-module:
valgrind-per-module: shogun-unit-test
@$(LIBRARY_PATH)=$(SHOGUNSRCTOP)/shogun:$$$(LIBRARY_PATH) ./shogun-unit-test --gtest_list_tests \
| grep -E '^[a-zA-Z0-9]*\.' \
| xargs -I{} valgrind $(VALGRINDOPTS) ./shogun-unit-test --gtest_filter={}\*
Expand Down

0 comments on commit 4491057

Please sign in to comment.