add more test targets
This commit is contained in:
parent
46fdc570c2
commit
d6c2071ec3
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -18,8 +18,10 @@ uninstall:
|
||||||
python scons/scons.py uninstall
|
python scons/scons.py uninstall
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@python tests/run_tests.py -q
|
|
||||||
@python tests/visual_tests/test.py
|
@python tests/visual_tests/test.py
|
||||||
|
@tests/cpp_tests/font_registration_test
|
||||||
|
@tests/cpp_tests/params_test
|
||||||
|
@python tests/run_tests.py -q
|
||||||
|
|
||||||
pep8:
|
pep8:
|
||||||
# https://gist.github.com/1903033
|
# https://gist.github.com/1903033
|
||||||
|
|
Loading…
Add table
Reference in a new issue