OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VALGRIND
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/libsaslc/dist/test/
Makefile
10
VALGRIND
=
valgrind
34
valgrind
:
37
@echo "*
VALGRIND
TESTS: *"
44
$(
VALGRIND
) $(VALGRIND_OPTS) ./$$prog $$testcase ; \
48
tests: build atf
valgrind
/src/external/bsd/zstd/dist/zlibWrapper/
Makefile
69
.PHONY: test-
valgrind
70
#test-
valgrind
: ZSTDLIBRARY = $(ZSTDLIBDIR)/libzstd.so
71
test-
valgrind
:
VALGRIND
= LD_LIBRARY_PATH=$(ZSTDLIBDIR)
valgrind
--track-origins=yes --leak-check=full --error-exitcode=1
72
test-
valgrind
: clean example fitblk example_zstd fitblk_zstd zwrapbench
73
@echo "\n ----
valgrind
tests ----"
74
$(
VALGRIND
) ./example
75
$(
VALGRIND
) ./example_zstd
76
$(
VALGRIND
) ./fitblk 10240 <$(TEST_FILE
[
all
...]
/src/external/bsd/zstd/dist/tests/
Makefile
273
#
valgrind
tests validated only for some posix platforms
279
.PHONY: test-
valgrind
280
test-
valgrind
:
VALGRIND
=
valgrind
--leak-check=full --show-leak-kinds=all --error-exitcode=1
281
test-
valgrind
: zstd datagen fuzzer fullbench
282
@echo "\n ----
valgrind
tests : memory analyzer ----"
283
$(
VALGRIND
) ./datagen -g50M > $(VOID)
284
$(
VALGRIND
) $(PRGDIR)/zstd ; if [ $$? -eq 0 ] ; then echo "zstd without argument should have failed"; false; fi
285
./datagen -g80 | $(
VALGRIND
) $(PRGDIR)/zstd - -c > $(VOID
[
all
...]
Completed in 26 milliseconds
Indexes created Mon May 18 00:24:49 UTC 2026