Files
irctest/Makefile
Shivaram Lingamneni a37b454ee7 split make targets
2020-09-16 07:23:01 -04:00

10 lines
232 B
Makefile

.PHONY: all flakes integration
all: flakes integration
flakes:
pyflakes3 ./irctest/cases.py ./irctest/client_mock.py ./irctest/controllers/oragono.py irctest/server_tests/*.py
integration:
./test.py irctest.controllers.oragono