Skip to content

helioz11/software-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

software_test

Build Status codecov

Update Jenkinsfile

Support individual testing, follow Makefile

Makefile

make [all] - make all googletest executable file(unittest & covTest)

make clean - remove all file generate by make

make triangle_*_test - run triangle test (change * to c0/c1/c2/c_MCDC)

make nextdate_*_test - run nextdate test (change * to c0/c1/c2/c_MCDC)

make commission_*_test - run commission test (change * to c0/c1/c2/c_MCDC)

Steps

How to execute :

cd make
make
./(executable file)

gcov :

(after run the executable file)
gcov -b (feature code of the execute file)
vim (outputfile).c.gcov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published