diff --git a/Makefile b/Makefile index 33de62e87..624f1cb69 100755 --- a/Makefile +++ b/Makefile @@ -18,8 +18,10 @@ uninstall: python scons/scons.py uninstall test: - @python tests/run_tests.py -q @python tests/visual_tests/test.py + @tests/cpp_tests/font_registration_test + @tests/cpp_tests/params_test + @python tests/run_tests.py -q pep8: # https://gist.github.com/1903033