Skip to content

Commit

Permalink
#16 Added the option to only run a subset of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
carljohnsen committed Feb 13, 2023
1 parent 1407958 commit 58707e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ $(foreach PLATFORM, $(PLATFORMS), \
test: all
$(PYTHON) -m pytest -n auto test

test_%: test/test_%.py all
$(PYTHON) -m pytest -n auto $<

clean:
rm -rf $(CLEANUP) __pycache__ test/__pycache__ .pytest_cache lib/cpp/**/*.so

0 comments on commit 58707e5

Please sign in to comment.