chiark / gitweb /
Testing: autotest: Print id in log messages
[cgi-auth-flexible.git] / tests / Makefile
1 # -*- make -*-
2 #
3 # Run `make check' (or just `make') in this directory, to run all the
4 # tests.  Run `make check-TESTNAME' to run just one test.
5
6 TESTS := $(basename $(shell echo *.at))
7 CHECKS := $(addprefix check-,$(TESTS))
8
9 all check: $(CHECKS)
10
11 check-%: %.at
12         @ set -e; cd ..; tests/autotest tests/$^ </dev/null