Skip to content

shehabso/testingSchool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Driven Development

How to start

  • to create a new project
ceedling help 

The output : Welcome to Ceedling!
Commands: ceedling example PROJ_NAME [DEST]  # new specified example project (in DEST...
ceedling examples                  # list available example projects
ceedling help [COMMAND]            # Describe available commands or one spe...
ceedling new PROJECT_NAME          # create a new ceedling project
ceedling upgrade PROJECT_NAME      # upgrade ceedling for a project (not re...
ceedling version                   # returns the version of the tools installed

OR

  • clone   the repo
git clone https://github.com/shehabso/testingSchool
  • change your dir to  cd unit/test_project/
  • Open your terminal and use this command line
ceedling test: all 
  • to open the help make sure you are inside the project\
    • make sure you enable the coverage option in yaml file
ceedling utils:gcov

You will see your output in the artifact.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published