mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-08-13 06:37:52 +00:00
initial
This commit is contained in:
@@ -10,6 +10,8 @@ require 'rake/clean'
|
||||
require 'rake/testtask'
|
||||
require './rakefile_helper'
|
||||
|
||||
require 'rspec/core/rake_task'
|
||||
|
||||
include RakefileHelpers
|
||||
|
||||
DEFAULT_CONFIG_FILE = 'gcc.yml'
|
||||
@@ -101,4 +103,9 @@ end
|
||||
task :no_color do
|
||||
$colour_output = false
|
||||
end
|
||||
|
||||
RSpec::Core::RakeTask.new(:spec) do |t|
|
||||
spec_path = File.join(CMOCK_ROOT, 'spec')
|
||||
t.pattern = spec_path + '/spec/*_spec.rb'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user