Commit b67d798a authored by Raniere Silva's avatar Raniere Silva
Browse files

Fix Makefile for tools/check.py

parent 829c5008
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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