Skip to content

Commit 0f1be24

Browse files
committed
make test on certain files
1 parent 8a5823b commit 0f1be24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
1.DEFAULT_GOAL := all
22

3+
TARGET = uttut
4+
35
.PHONY: installself
46
installself:
57
python setup.py build_ext
@@ -19,7 +21,7 @@ lint:
1921

2022
.PHONY: test
2123
test:
22-
pytest --cov-report=term-missing --cov=uttut/ --cov-fail-under=80
24+
pytest ${TARGET} --cov-report=term-missing --cov=uttut/ --cov-fail-under=80
2325

2426
.PHONY: test-linetrace
2527
test-linetrace:

0 commit comments

Comments
 (0)