mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
Add a test target to the Makefile
This commit is contained in:
parent
77a161bf15
commit
d507208e3f
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -1,2 +1,5 @@
|
|||
all:
|
||||
python3 setup.py
|
||||
|
||||
test:
|
||||
python3 setup.py test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue