mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
fix: tester
This commit is contained in:
@@ -8,20 +8,22 @@ from model.settings import Settings
|
|||||||
from log import setup_logging
|
from log import setup_logging
|
||||||
from supermega import start
|
from supermega import start
|
||||||
from model.project import prepare_project
|
from model.project import prepare_project
|
||||||
|
from utils import check_deps
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
logger.info("Super Mega Tester: " + os.path.dirname(VerifyFilename))
|
logger.info("Super Mega Tester: " + os.path.dirname(VerifyFilename))
|
||||||
config.load()
|
config.load()
|
||||||
|
check_deps()
|
||||||
|
|
||||||
if not os.path.exists(os.path.dirname(VerifyFilename)):
|
if not os.path.exists(os.path.dirname(VerifyFilename)):
|
||||||
print("{} directory does not exist".format(os.path.dirname(VerifyFilename)))
|
print("{} directory does not exist".format(os.path.dirname(VerifyFilename)))
|
||||||
return
|
return
|
||||||
|
|
||||||
test_common()
|
test_common()
|
||||||
#test_dll_loader()
|
test_dll_loader()
|
||||||
#test_exe_code()
|
test_exe_code()
|
||||||
#test_exe_data()
|
test_exe_data()
|
||||||
#test_dll_code()
|
#test_dll_code()
|
||||||
#test_dll_data()
|
#test_dll_data()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user