Skip to content

Commit a87cc04

Browse files
olmokramerlibre-man
authored andcommitted
Add test_quick recipy to makefile (#7)
1 parent 508dc54 commit a87cc04

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ test:
1515
coverage erase
1616
$(PYTEST) test/ -vvvvvvvvv $(TEST_FLAGS)
1717
coverage report -m cgfs.py
18+
19+
.PHONY: test_quick
20+
test-quick: TEST_FLAGS += -x
21+
test-quick: test

0 commit comments

Comments
 (0)