blob: cd9450200067064428fadfb2b05f39f5120497a2 [file] [log] [blame]
.PHONY: test clean
DEBUG=
test:
./test cache "${DEBUG}"
./test page "${DEBUG}"
./test memdb "${DEBUG}"
./test socket "${DEBUG}"
./test pfa "${DEBUG}"
./test unknown "${DEBUG}"
./test server "${DEBUG}"
./mcaerr_test -a
clean:
rm -f */*log
rm -f */results*