feat: 添加测试代码

This commit is contained in:
mayge
2025-10-02 04:35:41 -04:00
parent 15d1c042fe
commit f02cfbeec0
8 changed files with 532 additions and 1 deletions

5
test/sweep.py Normal file
View File

@@ -0,0 +1,5 @@
from examples.capa import run_capa
from examples.mtee import run_mtee
# run_capa()
run_mtee()