4 lines
38 B
Makefile
4 lines
38 B
Makefile
all: test
|
|
|
|
test:
|
|
python3 -m unittest
|
all: test
|
|
|
|
test:
|
|
python3 -m unittest
|