test/hook: Add tests for d3d9 hook module

Creates a simple d3d9 context and render loop allowing us to run
quick and easy integration tests of the hooking infrastructure.
This commit is contained in:
icex2
2019-10-06 21:17:56 +02:00
parent 60050d0d09
commit d169ee84b3
7 changed files with 501 additions and 1 deletions

View File

@@ -137,6 +137,7 @@ include src/main/util/Module.mk
include src/main/vefxio/Module.mk
include src/test/cconfig/Module.mk
include src/test/d3d9hook/Module.mk
include src/test/iidxhook-util/Module.mk
include src/test/security/Module.mk
include src/test/test/Module.mk
@@ -458,6 +459,8 @@ $(BUILDDIR)/tests.zip: \
build/bin/indep-32/cconfig-test.exe \
build/bin/indep-32/cconfig-util-test.exe \
build/bin/indep-32/cconfig-cmd-test.exe \
build/bin/indep-32/d3d9hook.dll \
build/bin/indep-32/d3d9hook-test.exe \
build/bin/indep-32/iidxhook-util-config-eamuse-test.exe \
build/bin/indep-32/iidxhook-util-config-gfx-test.exe \
build/bin/indep-32/iidxhook-util-config-misc-test.exe \