Lines Matching refs:tests
7 .PHONY: all no_test programs lib tests install uninstall clean test check covtest lcov apidoc apido…
9 all: programs tests
20 tests: lib mbedtls_test target
21 $(MAKE) -C tests
24 $(MAKE) -C tests mbedtls_test
30 tests/%:
31 $(MAKE) -C tests $*
36 generated_files: tests/generated_files
115 $(MAKE) -C tests clean
125 $(MAKE) -C tests neat
133 check: lib tests
134 $(MAKE) -C tests check
144 tests/compat.sh
145 tests/ssl-opt.sh
150 lcov --rc lcov_branch_coverage=1 --capture --directory library -o tests.info
151 lcov --rc lcov_branch_coverage=1 --add-tracefile files.info --add-tracefile tests.info -o all.info
153 gendesc tests/Descriptions.txt -o descriptions
155 rm -f files.info tests.info all.info final.info descriptions
172 tests/include/*/*.h tests/include/*/*/*.h \
173 tests/src/*.c tests/src/*/*.c \
174 tests/suites/*.function \