Skip to content

ThrowTheSwitch/ceedling-gem

Repository files navigation

Description

Ceedling is a set of tools and libraries for testing and building C applications. This gem is the distribution mechanism for ceedling. Be aware that gem is not ceedling itself.

Usage

New project

ceedling new PROJECT

Creates a new directory named PROJECT and deposits ceedling into the new directory.

Update project

ceedling update DIRECTORY

Updates an existing project with the newest ceedling code in the gem. To update, follow these steps:

  1. Remove the vendor/ceedling directory. Take care when doing this; make sure you do it in a way that your version control system can handle.

  2. Run ceedling update. Pass it the name of the directory that vendor/ceedling should go into.

    ceedling update .

    will copy ceedling to ./vendor/ceedling.

  3. Add the new directory to your version control system.

List example project

ceedling examples

List the available example projects.

Create example project

ceedling example PROJECT_NAME [DEST]

Creates the specified example project in the current directory (or in destination directoy, if specified).

Valid PROJECT_NAMEs

  • temp_sensor

Print ceedling versions

ceedling version

This will print the version of the ceedling gem and all of the ceedling components it packages (Ceedling, Unity, CMock, CException).

Resources

Ceedling, Unity, CMock, and CException are all available at throwtheswitch.

Authors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published