add testing script engine submodules

This commit is contained in:
SinaKarvandi 2022-05-21 13:26:40 +04:30
parent 12d54d006b
commit 2b0b1cb77d
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View file

@ -10,3 +10,6 @@
[submodule "hyperdbg/dependencies/pdbex"]
path = hyperdbg/dependencies/pdbex
url = https://github.com/HyperDbg/pdbex.git
[submodule "hyperdbg/script-engine/modules/script-engine-test"]
path = hyperdbg/script-engine/modules/script-engine-test
url = https://github.com/HyperDbg/script-engine-test.git

View file

@ -431,7 +431,7 @@ const unsigned char BuildVersion[] =
/**
* @brief Test cases file name
*/
#define SCRIPT_ENGINE_TEST_CASES_DIRECTORY "D:\\IPM\\HyperDbg\\Git\\se-test-files\\tmp3"
#define SCRIPT_ENGINE_TEST_CASES_DIRECTORY "script-test-cases"
/**
* @brief Maximum test cases to communicate between debugger and debuggee process

@ -0,0 +1 @@
Subproject commit 2fb4461f658a07dc4e076d6fac912dd3c21ed30c