Skip to content

Commit a532a25

Browse files
committed
vcpkg: add unit tests deps
1 parent bb64693 commit a532a25

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build/vcpkg/test/vcpkg-configuration.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"packages": [
1414
"myci",
1515
"utki",
16-
"r4"
16+
"r4",
17+
"tst"
1718
]
1819
}
1920
],

build/vcpkg/test/vcpkg.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": [
3-
"r4"
3+
"r4",
4+
"tst"
45
]
56
}

0 commit comments

Comments
 (0)