mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-06 00:31:10 +01:00
add WinTestRunner to components
This commit is contained in:
parent
f11145547b
commit
8a6768e6a6
@ -1,4 +1,5 @@
|
|||||||
CppUnit
|
CppUnit
|
||||||
|
CppUnit/WinTestRunner
|
||||||
Foundation
|
Foundation
|
||||||
XML
|
XML
|
||||||
JSON
|
JSON
|
||||||
@ -16,6 +17,6 @@ PageCompiler/File2Page
|
|||||||
ApacheConnector
|
ApacheConnector
|
||||||
PDF
|
PDF
|
||||||
CppParser
|
CppParser
|
||||||
|
MongoDB
|
||||||
PocoDoc
|
PocoDoc
|
||||||
ProGen
|
ProGen
|
||||||
MongoDB
|
|
||||||
|
@ -177,6 +177,7 @@ done
|
|||||||
# Create components file
|
# Create components file
|
||||||
#
|
#
|
||||||
echo "CppUnit" >${target}/components
|
echo "CppUnit" >${target}/components
|
||||||
|
echo "CppUnit/WinTestRunner" >${target}/components
|
||||||
for comp in $comps ;
|
for comp in $comps ;
|
||||||
do
|
do
|
||||||
echo $comp >>${target}/components
|
echo $comp >>${target}/components
|
||||||
|
Loading…
Reference in New Issue
Block a user