Home | History | Annotate | Download | only in testsuite

Lines Matching refs:TESTS

11 TESTS := $(patsubst tests/%,%,$(call rwildcard,tests/,*.t))
12 TESTS_DIR := $(dir $(TESTS))
20 .PHONY: compile listtests alltests configure $(TESTS)
29 @for t in $(TESTS); do \
33 alltests: $(TESTS)
42 $(TESTS): clean
44 $(error Please install util-linux tools to run tests in separated network namespace)
59 ERRF="$(RESULTS_DIR)/$@.$$o.err" $(KENV) $(PREFIX) tests/$@ > $(RESULTS_DIR)/$@.$$o.out; \