fix: tester

This commit is contained in:
Dobin
2024-09-12 08:50:21 +01:00
parent 5354a46158
commit 778b00ab72
+5 -3
View File
@@ -8,20 +8,22 @@ from model.settings import Settings
from log import setup_logging
from supermega import start
from model.project import prepare_project
from utils import check_deps
def main():
logger.info("Super Mega Tester: " + os.path.dirname(VerifyFilename))
config.load()
check_deps()
if not os.path.exists(os.path.dirname(VerifyFilename)):
print("{} directory does not exist".format(os.path.dirname(VerifyFilename)))
return
test_common()
#test_dll_loader()
#test_exe_code()
#test_exe_data()
test_dll_loader()
test_exe_code()
test_exe_data()
#test_dll_code()
#test_dll_data()