Lines Matching refs:tests
7 .PHONY: all no_test programs lib tests install uninstall clean test check lcov apidoc apidoc_clean
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
138 $(MAKE) -C tests clean
148 $(MAKE) -C tests neat
156 check: lib tests
157 $(MAKE) -C tests check
187 tests/include/*/*.h tests/include/*/*/*.h \
188 tests/src/*.c tests/src/*/*.c \
189 tests/suites/*.function \