mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-01-10 13:17:58 +03:00
6 lines
66 B
Makefile
6 lines
66 B
Makefile
.PHONY: test
|
|
|
|
test:
|
|
python3 -m unittest discover -t . -s ./test
|
|
|