Searched refs:test_prefix (Results 1 - 9 of 9) sorted by relevance
/third_party/cJSON/tests/unity/test/tests/ |
H A D | test_generate_test_runner.rb | 77 :test_prefix => "test", 94 :test_prefix => "should", 107 :test_prefix => "spec", 144 :test_prefix => "paratest", 162 :cmdline => " --test_prefix=\"paratest\" --use_param_tests=1", 180 :test_prefix => "paratest" 198 :test_prefix => "extest", 212 :test_prefix => "custtest|test", 232 :cmdline => " --test_prefix=\"custtest|test\" --setup_name=\"custom_setup\" --teardown_name=\"custom_teardown\"", 249 :cmdline => " --test_prefix [all...] |
/third_party/unity/test/tests/ |
H A D | test_generate_test_runner.rb | 77 :test_prefix => "test", 94 :test_prefix => "should", 107 :test_prefix => "spec", 144 :test_prefix => "paratest", 164 :cmdline => " --test_prefix=\"paratest\" --use_param_tests=1", 184 :test_prefix => "paratest" 204 :test_prefix => "extest", 218 :test_prefix => "custtest|test", 238 :cmdline => " --test_prefix=\"custtest|test\" --setup_name=\"custom_setup\" --teardown_name=\"custom_teardown\"", 255 :cmdline => " --test_prefix [all...] |
/third_party/ltp/testcases/open_posix_testsuite/scripts/ |
H A D | generate-makefiles.sh | 50 test_prefix=$(basename "$prereq_dir") 53 if [ "$test_prefix" = "speculative" ]; then 54 test_prefix=$(basename $(echo "$prereq_dir" | sed s/speculative//)) 55 test_prefix="${test_prefix}_speculative" 66 tests="$tests${test_prefix}_$prereq" 75 targets="$targets${test_prefix}_$prereq" 82 # have the test_prefix as well 226 bin_file="${test_prefix}_$prereq" 261 dst="${test_prefix} [all...] |
/third_party/cJSON/tests/unity/auto/ |
H A D | generate_module.rb | 107 test_prefix: 'Test', 131 prefix = @options[:test_prefix] || 'Test'
|
H A D | generate_test_runner.rb | 27 test_prefix: 'test|spec|should', 103 next unless line =~ /^((?:\s*TEST_CASE\s*\(.*?\)\s*)*)\s*void\s+((?:#{@options[:test_prefix]}).*)\s*\(\s*(.*)\s*\)/ 442 ' --test_prefix="" - redefine test prefix from default test|spec|should',
|
/third_party/unity/auto/ |
H A D | generate_module.rb | 110 test_prefix: 'Test', 135 prefix = @options[:test_prefix] || 'Test'
|
H A D | generate_test_runner.rb | 36 test_prefix: 'test|spec|should', 136 next unless line =~ /^((?:\s*(?:TEST_(?:CASE|RANGE|MATRIX))\s*\(.*?\)\s*)*)\s*void\s+((?:#{@options[:test_prefix]}).*)\s*\(\s*(.*)\s*\)/m 137 next unless line =~ /^((?:\s*(?:TEST_(?:CASE|RANGE|MATRIX))\s*\(.*?\)\s*)*)\s*void\s+((?:#{@options[:test_prefix]})\w*)\s*\(\s*(.*)\s*\)/m 530 ' --test_prefix="" - redefine test prefix from default test|spec|should',
|
/third_party/protobuf/php/tests/ |
H A D | compatibility_test.sh | 16 proto/test_prefix.proto \
|
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_fixers.py | 3958 def test_prefix(self): member in Test_import
|
Completed in 9 milliseconds