Signed-off-by: Jacek Caban jacek@codeweavers.com ---
My motivation for this patch is the later patch.
Another nice thing about this is that we could easily run tests on multiple d3dcompiler versions. For example, some tests currently fail if they are ran with d3dcompiler_47. We could just load different DLL versions in a loop and run tests multiple times.
dlls/d3dcompiler_43/tests/Makefile.in | 2 +- dlls/d3dcompiler_43/tests/asm.c | 75 ++++++++++++-------- dlls/d3dcompiler_43/tests/blob.c | 122 +++++++++++++++++++-------------- dlls/d3dcompiler_43/tests/hlsl.c | 32 +++++++-- dlls/d3dcompiler_43/tests/reflection.c | 50 +++++++++----- 5 files changed, 179 insertions(+), 102 deletions(-)