update the mapnik-config python tests
This commit is contained in:
parent
101ea276d1
commit
be7c4f2cd5
1 changed files with 4 additions and 1 deletions
|
@ -33,6 +33,7 @@ def test_mapnik_config_valid_opts():
|
||||||
'--help',
|
'--help',
|
||||||
'-v',
|
'-v',
|
||||||
'--version',
|
'--version',
|
||||||
|
'--version-number',
|
||||||
'--git-revision',
|
'--git-revision',
|
||||||
'--git-describe',
|
'--git-describe',
|
||||||
'--fonts',
|
'--fonts',
|
||||||
|
@ -46,7 +47,9 @@ def test_mapnik_config_valid_opts():
|
||||||
'--includes',
|
'--includes',
|
||||||
'--dep-includes',
|
'--dep-includes',
|
||||||
'--cxxflags',
|
'--cxxflags',
|
||||||
'--cflags'
|
'--cflags',
|
||||||
|
'--all-flags',
|
||||||
|
'--cxx'
|
||||||
]
|
]
|
||||||
for item in valid_args:
|
for item in valid_args:
|
||||||
cmd = 'mapnik-config ' + item
|
cmd = 'mapnik-config ' + item
|
||||||
|
|
Loading…
Reference in a new issue