Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 755 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 755 Bytes

Software-test-class-sample

Build Status codecov

Software test class sample code

support CI Jenkins file

Use google test as framework

Makefile

make [all] - makes googletest executable file.

make TARGET - makes the given target.

make clean - removes all files generated by make.

make test - run googletest executable file.

make gcov - run gcov to get coverage informtion.

steps

How to judge

cd make
make
make test
make gcov