irctest/Makefile

10 lines
232 B
Makefile
Raw Normal View History

2020-09-16 11:22:25 +00:00
.PHONY: all flakes integration
2019-02-17 20:38:07 +00:00
2020-09-16 11:22:25 +00:00
all: flakes integration
flakes:
2019-02-17 20:39:35 +00:00
pyflakes3 ./irctest/cases.py ./irctest/client_mock.py ./irctest/controllers/oragono.py irctest/server_tests/*.py
2020-09-16 11:22:25 +00:00
integration:
2019-02-17 20:38:07 +00:00
./test.py irctest.controllers.oragono