summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/UPT/TestInstall.py
Commit message (Collapse)AuthorAgeFilesLines
* BaseTools/UPT: Support Multiple InstallationHess Chen2017-08-121-4/+4
| | | | | | | | | Add a new feature to UPT to support installing multiple DIST packages in one time. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hess Chen <hesheng.chen@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
* BaseTool/UPT: Add Test InstallHess Chen2016-08-031-0/+100
Add a new function to test if a DIST file list one by one to see if they can meet the requirement of Dependency. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hess Chen <hesheng.chen@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>