Skip to content

amullins83/ceedling-autorake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ceedling-Autorake

Autotest for Ceedling projects

Using the Watch gem and YAML configuration compatible with Ceedling's project.yml, this simple code allows you to just code and let Ceedling run your tests in the background.

Installation

gem install ceedling-autorake

Configuration

Add something like this to your project.yml file:

:autorake:
    :paths:
        - tests
        - src
        - mocks

Easy integration

  1. Add these lines to your project's rakefile.rb:

     require "Autorake"
     
     task :auto do
         Autorake.new "project.yml"
     end
    
  2. Now run:

     rake auto
    
  3. Cackle like an evil genius.

About

Ruby module to automatically run ceedling tests in response to file system changes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages