mirror of
https://github.com/progval/irctest.git
synced 2025-04-08 00:09:46 +00:00
split make targets
This commit is contained in:
8
Makefile
8
Makefile
@ -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
|
pyflakes3 ./irctest/cases.py ./irctest/client_mock.py ./irctest/controllers/oragono.py irctest/server_tests/*.py
|
||||||
|
|
||||||
|
integration:
|
||||||
./test.py irctest.controllers.oragono
|
./test.py irctest.controllers.oragono
|
||||||
|
Reference in New Issue
Block a user