mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +01:00
- added target for checking ANSI compliance
- fixed ANSI (C89) issues, including #418
This commit is contained in:
@@ -200,6 +200,15 @@ module RakefileHelpers
|
||||
|
||||
# Build and execute each unit test
|
||||
test_files.each do |test|
|
||||
|
||||
# Drop Out if we're skipping this type of test
|
||||
if $cfg[:skip_tests]
|
||||
if $cfg[:skip_tests].include?(:parameterized) && test.match(/parameterized/)
|
||||
report("Skipping Parameterized Tests for this Target:IGNORE")
|
||||
next
|
||||
end
|
||||
end
|
||||
|
||||
obj_list = []
|
||||
|
||||
unless $cfg['compiler']['aux_sources'].nil?
|
||||
|
||||
Reference in New Issue
Block a user