From 4268e156a336e4fd78fe9e103852e07b9ae53161 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Tue, 29 Jan 2019 23:26:42 +0530 Subject: unit tests: darwin tests must never require pkg-config --- run_unittests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/run_unittests.py b/run_unittests.py index 87d9fc3..6a4177c 100755 --- a/run_unittests.py +++ b/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 -- cgit v1.1