diff --git a/HOWTO.md b/HOWTO.md index 4a0b9b23..7e370611 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -8,7 +8,7 @@ The statement generator is available at: https://github.com/HyperDbg/script-engi This repo is added automatically to HyperDbg when you cloned it with the `--recursive` flag. -To run the tests, you must first run `tasks/test-environment.py` to make the environment for testing the script engine. +To run the tests, you must first run `utils/test-environment.py` to make the environment for testing the script engine. After that, run the following command in your HyperDbg command-line: diff --git a/tasks/clang-format.bat b/utils/clang-format.bat similarity index 100% rename from tasks/clang-format.bat rename to utils/clang-format.bat diff --git a/tasks/clean.bat b/utils/clean.bat similarity index 100% rename from tasks/clean.bat rename to utils/clean.bat diff --git a/tasks/counter.py b/utils/counter.py similarity index 100% rename from tasks/counter.py rename to utils/counter.py diff --git a/tasks/doxygen.bat b/utils/doxygen.bat similarity index 100% rename from tasks/doxygen.bat rename to utils/doxygen.bat diff --git a/tasks/msvc-build.bat b/utils/msvc-build.bat similarity index 100% rename from tasks/msvc-build.bat rename to utils/msvc-build.bat diff --git a/tasks/test-environment.py b/utils/test-environment.py similarity index 100% rename from tasks/test-environment.py rename to utils/test-environment.py