Skip to content

Commit 8a6768e

Browse files
committed
add WinTestRunner to components
1 parent f111455 commit 8a6768e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

components

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
CppUnit
2+
CppUnit/WinTestRunner
23
Foundation
34
XML
45
JSON
@@ -16,6 +17,6 @@ PageCompiler/File2Page
1617
ApacheConnector
1718
PDF
1819
CppParser
20+
MongoDB
1921
PocoDoc
2022
ProGen
21-
MongoDB

release/script/mkrelease

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ done
177177
# Create components file
178178
#
179179
echo "CppUnit" >${target}/components
180+
echo "CppUnit/WinTestRunner" >${target}/components
180181
for comp in $comps ;
181182
do
182183
echo $comp >>${target}/components

0 commit comments

Comments
 (0)