Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

[Infra] Add install google test bash script #31

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions testing/install-google-test.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sudo apt install libgtest-dev build-essential cmake
cd /usr/src/googletest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

am I missing a step? does libgtest-dev create this directory and install some unbuilt sources here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep

sudo cmake .
sudo cmake --build . --target install