mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 03:27:56 +00:00
add WinTestRunner to components
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
CppUnit
|
||||
CppUnit/WinTestRunner
|
||||
Foundation
|
||||
XML
|
||||
JSON
|
||||
@@ -16,6 +17,6 @@ PageCompiler/File2Page
|
||||
ApacheConnector
|
||||
PDF
|
||||
CppParser
|
||||
MongoDB
|
||||
PocoDoc
|
||||
ProGen
|
||||
MongoDB
|
||||
|
||||
@@ -177,6 +177,7 @@ done
|
||||
# Create components file
|
||||
#
|
||||
echo "CppUnit" >${target}/components
|
||||
echo "CppUnit/WinTestRunner" >${target}/components
|
||||
for comp in $comps ;
|
||||
do
|
||||
echo $comp >>${target}/components
|
||||
|
||||
Reference in New Issue
Block a user