Home
last modified time | relevance | path

Searched refs:test_base (Results 1 – 20 of 20) sorted by relevance

/third_party/unity/test/
Drakefile_helper.rb191 def save_test_results(test_base, output) argument
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, output)
[all …]
/third_party/boost/libs/random/test/
Dstatistic_tests.cpp40 class test_base class
43 explicit test_base(test_environment & env) : environment(env) { } in test_base() function in test_base
49 class equidistribution_test : test_base
54 : test_base(env), classes(classes), in equidistribution_test()
86 class ks_distribution_test : test_base
90 : test_base(env), in ks_distribution_test()
117 class runs_test : test_base
122 : test_base(env), classes(classes), in runs_test()
152 class gap_test : test_base
157 : test_base(env), classes(classes), in gap_test()
[all …]
/third_party/e2fsprogs/tests/
Dtest_one.in70 test_base=`echo $test_name | sed -e 's/_.*//'`
71 default_script=$SRCDIR/defaults/${test_base}_script
73 . $SRCDIR/defaults/${test_base}_script
/third_party/cJSON/tests/unity/test/
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'][…
250 test_results = $cfg['compiler']['build_path'] + test_base
/third_party/cJSON/tests/unity/examples/example_3/
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'][…
211 test_results = $cfg['compiler']['build_path'] + test_base
/third_party/unity/examples/example_3/
Drakefile_helper.rb186 test_base = File.basename(test, C_EXTENSION)
187 runner_name = test_base + '_Runner.c'
202 link_it(test_base, obj_list)
206 …executable = $cfg['linker']['bin_files']['destination'] + test_base + $cfg['linker']['bin_files'][…
213 test_results = $cfg['compiler']['build_path'] + test_base
/third_party/unity/extras/fixture/
Drakefile_helper.rb164 test_base = 'framework_test'
165 link_it(test_base, obj_list)
169 …executable = $cfg['linker']['bin_files']['destination'] + test_base + $cfg['linker']['bin_files'][…
176 test_results = $cfg['compiler']['build_path'] + test_base
/third_party/unity/extras/memory/
Drakefile_helper.rb168 test_base = 'framework_test'
169 link_it(test_base, obj_list)
173 …executable = $cfg['linker']['bin_files']['destination'] + test_base + $cfg['linker']['bin_files'][…
180 test_results = $cfg['compiler']['build_path'] + test_base
/third_party/cJSON/tests/unity/extras/fixture/
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'][…
170 test_results = $cfg['compiler']['build_path'] + test_base
/third_party/ltp/testcases/kernel/device-drivers/base/user_base/
DMakefile5 test_base: $(OBJS) target
9 rm -f $(OBJS) test_base
/third_party/e2fsprogs/misc/
Dbadblocks.c746 unsigned char *test_base, *save_base, *read_base; in test_nd() local
783 test_base = blkbuf + (blocks_at_once * block_size); in test_nd()
826 pattern_fill(test_base, pattern[pat_idx], in test_nd()
832 test_ptr = test_base; in test_nd()
931 test_ptr = test_base; in test_nd()
973 test_ptr = test_base; in test_nd()
/third_party/unity/test/tests/
Dtest_generate_test_runner.rb1182 test_base = File.basename(test, C_EXTENSION)
1183 link_it(test_base, obj_list)
1186 output = runtest(test_base, true, cmdline_args)
/third_party/cJSON/tests/unity/test/tests/
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'][…
/third_party/protobuf/php/tests/
Dcompatibility_test.sh119 sed -i.bak 's/PHPUnit_Framework_TestCase/\\PHPUnit\\Framework\\TestCase/g' tests/test_base.php
/third_party/python/Lib/idlelib/idle_test/
Dtest_grep.py67 def test_base(self): member in FindfilesTest
/third_party/boost/libs/convert/test/
Dstrtol_converter.cpp204 test_base() in test_base() function
395 test_base(); in main()
/third_party/python/Lib/unittest/test/
Dtest_async_case.py258 async def test_base(self): member in TestAsyncCase.test_base_exception_from_async_method.Test
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dipcpipeline.c739 #define TEST_BASE(...) test_base(__FUNCTION__,##__VA_ARGS__)
772 test_base (const char *name, TestFeatures features, in test_base() function
/third_party/python/Lib/test/
Dtest_dataclasses.py3168 def test_base(self): member in TestMakeDataclass
/third_party/protobuf/
DMakefile.am955 php/tests/test_base.php \