1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-01-05 05:17:52 +03:00

Makefile to run tests added

This commit is contained in:
Игорь Чудов 2020-01-17 15:21:05 +04:00
parent 2ba367205a
commit 875b0070fe
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

5
gpoa/Makefile Normal file
View File

@ -0,0 +1,5 @@
.PHONY: test
test:
python3 -m unittest discover -t . -s ./test