mirror of
https://github.com/clearlinux/common.git
synced 2026-05-01 12:33:51 +00:00
6 lines
99 B
Makefile
6 lines
99 B
Makefile
TEST = test.test_ltsutils
|
|
|
|
.PHONY: test
|
|
test:
|
|
PYTHONPATH=. python -m unittest -v -k .Test $(TEST)
|