diff options
| author | hathach <[email protected]> | 2012-12-27 02:52:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2012-12-27 02:52:40 +0700 |
| commit | bc735bbe2239cbe08973adf99124cf18d4ef24c8 (patch) | |
| tree | 27213c897922f5c43c9622eb125d3e88f7b108fa /tests/rakefile.rb | |
| parent | f4fa62e032a33c444cb2794eb4851d65aaad0978 (diff) | |
- add ceedling/cmock/unity as testing framework and support
- unified makefile project for the whole repos
- new separate project for tests
Diffstat (limited to 'tests/rakefile.rb')
| -rw-r--r-- | tests/rakefile.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/rakefile.rb b/tests/rakefile.rb new file mode 100644 index 000000000..563d2e0d3 --- /dev/null +++ b/tests/rakefile.rb @@ -0,0 +1,4 @@ +PROJECT_CEEDLING_ROOT = "vendor/ceedling" +load "#{PROJECT_CEEDLING_ROOT}/lib/rakefile.rb" + +task :default => %w[ test:all release ] |
