3
_name: Ubuntu Location Service tests
9
_summary: Generate Ubuntu Location Services tests
10
_description: Generates Ubuntu Location Services tests
13
template-resource: uls/uls_resource
14
id: uls/{binary}_{full_name}
15
template-imports: from 2014.com.ubuntu import uls/uls_resource as uls_res
16
template-filter: uls_res.root == 'yes'
19
command: LD_LIBRARY_PATH={ld_lib_path}:$LD_LIBRARY_PATH {binary} --gtest_filter={full_name}
21
_description: {test_case} from Ubuntu Location Service tests
24
template-resource: uls/uls_resource
25
id: uls/{binary}_{full_name}
26
template-imports: from 2014.com.ubuntu import uls/uls_resource as uls_res
27
template-filter: uls_res.root == 'no'
30
command: {binary} --gtest_filter={full_name}
31
_description: {test_case} from Ubuntu Location Service tests