instrument for valgrind

This commit is contained in:
Josh Coalson
2002-12-04 04:57:33 +00:00
parent 23fec2b7dc
commit 34c1ea8ca2
16 changed files with 218 additions and 114 deletions

View File

@@ -21,6 +21,12 @@ else
TESTS_ENVIRONMENT = FLAC__EXHAUSTIVE_TESTS=no
endif
if FLaC__VALGRIND_TESTING
TESTS_ENVIRONMENT = $(TESTS_ENVIRONMENT) FLAC__VALGRIND=yes
else
TESTS_ENVIRONMENT = $(TESTS_ENVIRONMENT) FLAC__VALGRIND=no
endif
SUBDIRS = cuesheets
if FLaC__HAS_OGG