Home
last modified time | relevance | path

Searched refs:test_base (Results 1 - 12 of 12) sorted by relevance

/third_party/unity/test/
H A Drakefile_helper.rb191 def save_test_results(test_base, output)
192 test_results = File.join('build',test_base)
217 test_base = File.basename('framework_test', C_EXTENSION)
218 link_it(test_base, obj_list)
221 output = runtest(test_base + " -v -r")
222 save_test_results(test_base, output)
242 test_base = File.basename("memory_test_#{name}", C_EXTENSION)
243 link_it(test_base, obj_list)
246 output = runtest(test_base)
247 save_test_results(test_base, outpu
[all...]
/third_party/cJSON/tests/unity/extras/fixture/
H A Drakefile_helper.rb158 test_base = 'framework_test'
159 link_it(test_base, obj_list)
163 executable = $cfg['linker']['bin_files']['destination'] + test_base + $cfg['linker']['bin_files']['extension']
170 test_results = $cfg['compiler']['build_path'] + test_base
/third_party/cJSON/tests/unity/test/
H A Drakefile_helper.rb220 test_base = File.basename(test, C_EXTENSION)
222 runner_name = test_base + '_Runner.c'
239 link_it(test_base, obj_list)
243 executable = $cfg['linker']['bin_files']['destination'] + test_base + $cfg['linker']['bin_files']['extension']
250 test_results = $cfg['compiler']['build_path'] + test_base
/third_party/cJSON/tests/unity/examples/example_3/
H A Drakefile_helper.rb184 test_base = File.basename(test, C_EXTENSION)
185 runner_name = test_base + '_Runner.c'
200 link_it(test_base, obj_list)
204 executable = $cfg['linker']['bin_files']['destination'] + test_base + $cfg['linker']['bin_files']['extension']
211 test_results = $cfg['compiler']['build_path'] + test_base
/third_party/ltp/testcases/kernel/device-drivers/base/user_base/
H A DMakefile5 test_base: $(OBJS)
9 rm -f $(OBJS) test_base
/third_party/unity/examples/example_3/
H A Drakefile_helper.rb190 test_base = File.basename(test, C_EXTENSION)
191 runner_name = "#{test_base}_Runner.c"
206 link_it(test_base, obj_list)
210 executable = $cfg['linker']['bin_files']['destination'] + test_base + $cfg['linker']['bin_files']['extension']
217 test_results = $cfg['compiler']['build_path'] + test_base
/third_party/cJSON/tests/unity/test/tests/
H A Dtest_generate_test_runner.rb1166 test_base = File.basename(test, C_EXTENSION)
1167 link_it(test_base, obj_list)
1172 executable = $cfg['linker']['bin_files']['destination'] + test_base + $cfg['linker']['bin_files']['extension'] + " #{cmdline_args}"
/third_party/unity/test/tests/
H A Dtest_generate_test_runner.rb1220 test_base = File.basename(test, C_EXTENSION)
1221 link_it(test_base, obj_list)
1224 output = runtest(test_base, true, cmdline_args)
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_grep.py67 def test_base(self): member in FindfilesTest
/third_party/protobuf/php/tests/
H A Dcompatibility_test.sh119 sed -i.bak 's/PHPUnit_Framework_TestCase/\\PHPUnit\\Framework\\TestCase/g' tests/test_base.php
/third_party/python/Lib/unittest/test/
H A Dtest_async_case.py354 async def test_base(self): member in TestAsyncCase.test_base_exception_from_async_method.Test
355 events.append("test_base")
365 test = Test("test_base")
371 self.assertEqual(events, ['test_base', 'test_no_err'])
/third_party/python/Lib/test/
H A Dtest_dataclasses.py3643 def test_base(self): member in TestMakeDataclass

Completed in 12 milliseconds