From be7c4f2cd5dda6f2d68db118c31e21443d5351d2 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 10 May 2013 13:47:04 -0700 Subject: [PATCH] update the mapnik-config python tests --- tests/python_tests/mapnik_config_test.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/python_tests/mapnik_config_test.py b/tests/python_tests/mapnik_config_test.py index b791cffc4..03a5819b5 100644 --- a/tests/python_tests/mapnik_config_test.py +++ b/tests/python_tests/mapnik_config_test.py @@ -33,6 +33,7 @@ def test_mapnik_config_valid_opts(): '--help', '-v', '--version', + '--version-number', '--git-revision', '--git-describe', '--fonts', @@ -46,7 +47,9 @@ def test_mapnik_config_valid_opts(): '--includes', '--dep-includes', '--cxxflags', - '--cflags' + '--cflags', + '--all-flags', + '--cxx' ] for item in valid_args: cmd = 'mapnik-config ' + item