Skip to content

Commit

Permalink
Add make test command
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-scherbakov committed Feb 6, 2024
1 parent 60654ae commit d2f7920
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
upgrade-submodules:
git submodule update --remote --init --recursive

test:
python tests/runtests.py

0 comments on commit d2f7920

Please sign in to comment.