split make targets

This commit is contained in:
Shivaram Lingamneni 2020-09-16 07:22:25 -04:00
parent 9cf318ed66
commit a37b454ee7

View File

@ -1,5 +1,9 @@
.PHONY: oragono
.PHONY: all flakes integration
oragono:
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