Skip to content

Commit 857b3f9

Browse files
committed
explicit examples test name
1 parent baed13e commit 857b3f9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

examples/meson.build

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ foreach branch : examples_map.keys()
2828
# Geometry building tests (variations loop): Always use run "1"
2929
foreach variation : variations
3030
# form a name string with example_dir and format
31-
geo_test_name = 'geo_' + branch + '_' + example + '_' + format + '_variation_' + variation
32-
run_test_name_asci = 'run_asci_output_' + branch + '_' + example + '_' + format + '_variation_' + variation
33-
run_test_name_root = 'run_root_output_' + branch + '_' + example + '_' + format + '_variation_' + variation
31+
geo_test_name = 'examples_geo_' + branch + '_' + example + '_' + format + '_variation_' + variation
32+
run_test_name_asci = 'examples_run_asci_output_' + branch + '_' + example + '_' + format + '_variation_' + variation
33+
run_test_name_root = 'examples_run_root_output_' + branch + '_' + example + '_' + format + '_variation_' + variation
3434
ascii_output = '-gstreamer="[{format: ascii, filename: out' + branch + variation + '}]"'
3535
root_output = '-gstreamer="[{format: root, filename: out' + branch + variation + '}]"'
3636
test(geo_test_name,
@@ -53,9 +53,9 @@ foreach branch : examples_map.keys()
5353

5454
# Geometry building tests (runs loop): Loop over runs with fixed variation "default"
5555
foreach run_value : runs
56-
geo_test_name = 'geo_' + branch + '_' + example + '_' + format + '_run_' + run_value
57-
run_test_name_asci = 'run_asci_output_' + branch + '_' + example + '_' + format + '_run_' + run_value
58-
run_test_name_root = 'run_root_output_' + branch + '_' + example + '_' + format + '_run_' + run_value
56+
geo_test_name = 'examples_geo_' + branch + '_' + example + '_' + format + '_run_' + run_value
57+
run_test_name_asci = 'examples_run_asci_output_' + branch + '_' + example + '_' + format + '_run_' + run_value
58+
run_test_name_root = 'examples_run_root_output_' + branch + '_' + example + '_' + format + '_run_' + run_value
5959
ascii_output = '-gstreamer="[{format: ascii, filename: out' + branch + run_value + '}]"'
6060
root_output = '-gstreamer="[{format: root, filename: out' + branch + run_value + '}]"'
6161
test(geo_test_name,

0 commit comments

Comments
 (0)