Skip to content

Commit 263ab83

Browse files
authored
Add integration test for pkg-config. (#93)
1 parent 9f41359 commit 263ab83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

metadata_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ func testMetadata(t *testing.T, context spec.G, it spec.S) {
116116
ContainSubstring("Package: libyaml-0-2"),
117117
ContainSubstring("Package: netbase"),
118118
ContainSubstring("Package: openssl"),
119+
ContainSubstring("Package: pkg-config"),
119120
ContainSubstring("Package: tzdata"),
120121
ContainSubstring("Package: xz-utils"),
121122
ContainSubstring("Package: zlib1g-dev"),

0 commit comments

Comments
 (0)