Skip to content

deltalejo/ceedling-cppcheck-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cppcheck Ceedling Example

Very simple project to illustrate the usage of the Cppcheck Plugin.

Note: Cppcheck must be available in your path. e.g.:

project.yml

:environment:
  - :path:
    - path/where/cppcheck/is/located
    - "#{ENV['PATH']}"

Clone this repo

cd somewhere/in/your/machine
git clone --recursive https://github.com/deltalejo/ceedling-cppcheck-example.git
cd ceedling-cppcheck-example

Run analysis

Whole project

ceedling cppcheck

Single file

ceedling cppcheck:main

Run tests

All tests

ceedling test

Single test

ceedling test:main

About

Simple project to illustrate the usage of the Cppcheck Ceedling Plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages