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',
|
||||
'-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
|
||||
|
|
Loading…
Reference in a new issue