17 lines
220 B
INI
17 lines
220 B
INI
|
[global]
|
||
|
result_code = PASS
|
||
|
result_output = Test passed.
|
||
|
|
||
|
[results]
|
||
|
value0 = 1
|
||
|
value1 = 2.3456
|
||
|
|
||
|
[micro-tests]
|
||
|
microtest0 = test0
|
||
|
microtest1 = test1
|
||
|
microtest2 = test2
|
||
|
|
||
|
[micro-results]
|
||
|
micro_value0 = 4
|
||
|
micro_value1 = 1.3
|