Skip to content
Snippets Groups Projects
Commit b67d798a authored by Raniere Silva's avatar Raniere Silva
Browse files

Fix Makefile for tools/check.py

parent 829c5008
Branches
Tags
No related merge requests found
......@@ -31,7 +31,7 @@ motivation.html : motivation.md _layouts/slides.html
-o $@ $<
## unittest : Run unit test (for Python 2 and 3)
unittest: tools/check tools/validation_helpers.py tools/test_check.py
unittest: tools/check.py tools/validation_helpers.py tools/test_check.py
cd tools/ && python2 test_check.py
cd tools/ && python3 test_check.py
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment