mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 23:09:48 +00:00
10 lines
232 B
Makefile
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
|