From c40c3906f397e7e7b8b6ea931446754a0c9740e0 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 5 Dec 2022 17:53:05 +0900 Subject: [PATCH] change tasks folder to utils folder --- HOWTO.md | 2 +- {tasks => utils}/clang-format.bat | 0 {tasks => utils}/clean.bat | 0 {tasks => utils}/counter.py | 0 {tasks => utils}/doxygen.bat | 0 {tasks => utils}/msvc-build.bat | 0 {tasks => utils}/test-environment.py | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename {tasks => utils}/clang-format.bat (100%) rename {tasks => utils}/clean.bat (100%) rename {tasks => utils}/counter.py (100%) rename {tasks => utils}/doxygen.bat (100%) rename {tasks => utils}/msvc-build.bat (100%) rename {tasks => utils}/test-environment.py (100%) 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