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

Add Unit Test target to Makefile

parent 383f4b7f
Branches
Tags
No related merge requests found
......@@ -30,6 +30,11 @@ motivation.html : motivation.md _layouts/slides.html
$(INCLUDES) \
-o $@ $<
## unittest : Run unit test (for Python 2 and 3)
unittest: tools/check tools/validation_helpers.py tools/test_check.py
cd tools/ && python2 test_check.py
cd tools/ && python3 test_check.py
## commands : Display available commands.
commands : Makefile
@sed -n 's/^##//p' $<
......
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