Last time I created the branch that not related to edk2. But I got feedback that want to put the unit test code into edk2. The reason is that unit tests code should be better organized with edk2 source code. Then I have merged edk2-host-test base on edk2 and force updated my fork repo(https://github.com/xiaoyuxlu/edk2-staging/tree/edk2-host-test). The new branch will conflict with previous. I just merge one unit test case(BaseSafeIntLib) into this branch. If this is appropriate, I Will continue to port other test cases. BKM: Previous can found at (https://github.com/xiaoyuxlu/edk2-staging/tree/edk2-host-test-not-related-to-edk2) Thanks, Xiaoyu. From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Xiaoyu Lu Sent: Monday, July 1, 2019 11:31 PM To: devel@edk2.groups.io Cc: Yao, Jiewen ; Gao, Liming ; Kinney, Michael D ; Wu, Chris Subject: [edk2-devel][staging/edk2-host-test] Announce to create edk2-host-test branch in edk2-staging. I have created a branch in my fork edk2-staging (https://github.com/xiaoyuxlu/edk2-staging/tree/edk2-host-test). Edk2-host-test is separated from https://github.com/tianocore/edk2-staging/tree/HBFA. You can refer this for detail: https://github.com/xiaoyuxlu/edk2-staging/blob/edk2-host-test/README.md We want this branch to store these unit tests or functional programs which can run directly in OS environment(host based). Thanks, Xiaoyu