Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Install Google Test

How to install(https://github.com/google/googletest/blob/main/googletest/README.md)

Description

This is a simple project to demonstrate how to use goolge test in your project.

This is a very simple usage of GTest, for more information, please refer to Google Test and Google Mock.

Also, ROS2 has a very good example of using GTest(colcon, ament_gtest, gtest), please refer to ROS2 GTest

How to build

mkdir build
cd build
cmake ..
make

How to run Google Test

# in build folder
./test/GtestExample_test

About

googleTest Example files

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages