unit tests: darwin tests must never require pkg-config

pull/4790/head
Nirbheek Chauhan 6 years ago committed by Nirbheek Chauhan
parent 3997e8762e
commit 4268e156a3
  1. 1
      run_unittests.py

@ -3855,6 +3855,7 @@ class DarwinTests(BasePlatformTests):
self.assertIsNotNone(m, msg=out)
return m.groups()
@skipIfNoPkgconfig
def test_library_versioning(self):
'''
Ensure that compatibility_version and current_version are set correctly

Loading…
Cancel
Save