mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
include: Make test context information nestable.
Based on Wine.
This commit is contained in:
committed by
Alexandre Julliard
parent
1bf5050d3d
commit
dfa4bfdd03
Notes:
Alexandre Julliard
2023-04-04 22:35:39 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/133
@@ -351,10 +351,10 @@ static void test_preprocess(void)
|
||||
|
||||
for (i = 0; i < ARRAY_SIZE(tests); ++i)
|
||||
{
|
||||
vkd3d_test_set_context("Source \"%s\"", tests[i].source);
|
||||
vkd3d_test_push_context("Source \"%s\"", tests[i].source);
|
||||
check_preprocess(tests[i].source, NULL, NULL, tests[i].present, tests[i].absent);
|
||||
vkd3d_test_pop_context();
|
||||
}
|
||||
vkd3d_test_set_context(NULL);
|
||||
|
||||
macros[0].Name = "KEY";
|
||||
macros[0].Definition = "value";
|
||||
|
||||
Reference in New Issue
Block a user