mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
update the mapnik-config python tests
This commit is contained in:
parent
101ea276d1
commit
be7c4f2cd5
@ -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…
x
Reference in New Issue
Block a user