[script] install gtest and gmock (#11358)

This commit is contained in:
Yakun Xu
2025-03-24 08:29:53 -07:00
committed by GitHub
parent a41490ea40
commit 8c23a588ca
3 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
- name: Bootstrap
run: |
sudo apt-get update
sudo apt-get --no-install-recommends install -y ninja-build lcov
sudo apt-get --no-install-recommends install -y ninja-build lcov libgtest-dev libgmock-dev
- name: Build Simulation
run: ./script/cmake-build simulation -DOT_BUILD_GTEST=ON -DOT_BORDER_ROUTING=ON -DOT_BORDER_ROUTING_DHCP6_PD=ON
- name: Test Simulation