Browse Source

add WinTestRunner to components

Guenter Obiltschnig 12 years ago
parent
commit
8a6768e6a6
2 changed files with 3 additions and 1 deletions
  1. 2 1
      components
  2. 1 0
      release/script/mkrelease

+ 2 - 1
components

@@ -1,4 +1,5 @@
 CppUnit
+CppUnit/WinTestRunner
 Foundation
 XML
 JSON
@@ -16,6 +17,6 @@ PageCompiler/File2Page
 ApacheConnector
 PDF
 CppParser
+MongoDB
 PocoDoc
 ProGen
-MongoDB

+ 1 - 0
release/script/mkrelease

@@ -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