Lines Matching refs:task
25 task :prepare_for_tests => TEMP_DIRS
36 …task :all => [:clean, :prepare_for_tests, 'test:scripts', 'test:unit', :style, 'test:fixture', 'te…
37 …task :ci => [:clean, :prepare_for_tests, 'test:scripts', 'test:unit', :style, 'test:make', 'test:f…
40 task :unit => [:prepare_for_tests] do
47 task File.basename(f,'.c').sub('test_unity_','') => [:prepare_for_tests] do
54 task :scripts => [:prepare_for_tests] do
61 task :make => [:prepare_for_tests] do
66 task :fixture => [:prepare_for_tests] do
71 task :memory => [:prepare_for_tests] do
76 task :examples => [:prepare_for_tests] do
88 task :summary do
94 task :ci => ['test:ci']
95 task :all => ['test:all']
96 task :default => [:clobber, :all]
99 task :config, :config_file do |t, args|
103 task :no_color do
107 task :verbose do
114 task :check do
124 task filename.to_sym => ['style:clean'] do
132 task :c do
140 task filename.to_sym do
147 task :auto => ['style:clean'] do
153 task :todo => ['style:clean'] do
158 task :clean do
163 task :style => ['style:check']