mirror of
https://github.com/HyperDbg/HyperDbg
synced 2026-08-15 06:29:09 -04:00
add testing script engine submodules
This commit is contained in:
parent
12d54d006b
commit
2b0b1cb77d
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue