Displaying 2 results from an estimated 2 matches for "443f0823".
2013 Apr 21
0
[PATCH] Re: Check level not passed to tests
...e
> for $FLAC__TEST_WITH_VALGRIND
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fixes-setting-test-level-and-valgrind-testing.patch
Type: text/x-patch
Size: 0 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20130421/443f0823/attachment.bin
2013 Apr 09
3
Check level not passed to tests
Hi all,
For testing a few mingw-builds I tried to use ./configure
--disable-thorough-testing (because testing in a virtual machine through
mingw isn't really fast) but it turned out this setting doesn't do
anything.
It turns out these configuration options aren't passed to the test
scripts at all. I do not fully understand how Makefiles or environment
variables work, but my