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 target
21 $(MAKE) -C tests
75 $(MAKE) -C tests clean
80 check: lib tests
81 $(MAKE) -C tests check
91 tests/compat.sh
92 tests/ssl-opt.sh
97 lcov --capture --directory library -o tests.info
98 lcov --add-tracefile files.info --add-tracefile tests.info -o all.info
100 gendesc tests/Descriptions.txt -o descriptions
102 rm -f files.info tests.info all.info final.info descriptions