Lines Matching full:tests
21 .PHONY: all no_test programs lib tests install uninstall clean test check lcov apidoc apidoc_clean
23 all: programs tests
34 tests: lib mbedtls_test target
35 $(MAKE) -C tests
38 $(MAKE) -C tests mbedtls_test
44 tests/%:
45 $(MAKE) -C tests $*
50 generated_files: tests/generated_files
152 $(MAKE) -C tests clean
162 $(MAKE) -C tests neat
170 check: lib tests
171 $(MAKE) -C tests check
179 # 2. Run the relevant tests for the part of the code you're interested in.
181 # tests/scripts/basic-build-test.sh
201 tests/include/*/*.h tests/include/*/*/*.h \
202 tests/src/*.c tests/src/*/*.c \
203 tests/suites/*.function \