Searched refs:VALGRIND (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/libxo/tests/
H A DMakefile.am32 ${MAKE} VALGRIND='valgrind -q' tests
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A DMakefile67 valgrindTest: VALGRIND = LD_LIBRARY_PATH=$(ZSTDLIBDIR) valgrind --track-origins=yes --leak-check=full --error-exitcode=1 macro
70 $(VALGRIND) ./example
71 $(VALGRIND) ./example_zstd
72 $(VALGRIND) ./fitblk 10240 <$(TEST_FILE)
73 $(VALGRIND) ./fitblk 40960 <$(TEST_FILE)
74 $(VALGRIND) ./fitblk_zstd 10240 <$(TEST_FILE)
75 $(VALGRIND) ./fitblk_zstd 40960 <$(TEST_FILE)
76 $(VALGRIND) ./zwrapbench -qi1b3B1K $(TEST_FILE)
77 $(VALGRIND) ./zwrapbench -rqi1b1e5 ../lib ../programs ../tests
/freebsd-13-stable/contrib/unbound/util/storage/
H A Dlookup3.c8 added #ifdef VALGRIND to remove 298,384,660 'unused variable k8' warnings.
364 * does it on word boundaries, so is OK with this. But VALGRIND will
542 #ifdef VALGRIND
563 * does it on word boundaries, so is OK with this. But VALGRIND will
567 #ifndef VALGRIND
723 #ifdef VALGRIND
744 * does it on word boundaries, so is OK with this. But VALGRIND will
748 #ifndef VALGRIND
787 #endif /* !VALGRIND */

Completed in 182 milliseconds