Commit 7e8ab9fc795e7e2459484dfdffa1c7a887991293
Initialize preview options in tests/conf_setup()
Some of them can affect outcome of tests.
Author: xaizek
Author date (UTC): 2026-08-06 07:04
Committer name: xaizek
Committer date (UTC): 2026-08-06 07:06
Parent(s): c26cd472ef88b107de56bb2c845d3df9bfb6be8c
Signing key: 99DC5E4DB05F6BE2
Tree: 5123b1a278585c26bf5a6b6512cfbaf6c7a0ae24
| File tests/test-support/test-utils.c changed (mode: 100644) (index b449576f4..76a047539) |
| ... |
... |
conf_setup(void) |
| 111 |
111 |
cfg.sizefmt.ieci_prefixes = 0; |
cfg.sizefmt.ieci_prefixes = 0; |
| 112 |
112 |
cfg.sizefmt.space = 0; |
cfg.sizefmt.space = 0; |
| 113 |
113 |
|
|
|
114 |
|
cfg.graphics_delay = 0; |
|
115 |
|
cfg.hard_graphics_clear = 0; |
|
116 |
|
cfg.max_tree_depth = 0; |
|
117 |
|
cfg.top_tree_stats = 0; |
|
118 |
|
|
| 114 |
119 |
cfg.tab_stop = 4; |
cfg.tab_stop = 4; |
| 115 |
120 |
|
|
| 116 |
121 |
#ifndef _WIN32 |
#ifndef _WIN32 |