From d6c2071ec314e4a8c2f1b5aed2ddf5d465f2953d Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 23 Mar 2012 20:07:57 -0700 Subject: [PATCH] add more test targets --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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