Add unitest

This commit is contained in:
2026-04-06 07:11:04 +10:00
parent f57ed78763
commit e009257dfd
13 changed files with 225 additions and 77 deletions

View File

@@ -12,7 +12,23 @@
"Bash(cp \"C:/Projects/ANLS/ANSLIB/ANSCustomFireNSmokeDetection/pch.cpp\" \"C:/Projects/CLionProjects/ANSCustomModels/ANSCustomFireNSmokeDetection/pch.cpp\")",
"Read(//c/ANSLibs/opencv/x64/vc17/**)",
"Read(//c/ANSLibs/opencv/**)",
"Bash(find C:/ANSLibs -name *.dll -type f)"
"Bash(find C:/ANSLibs -name *.dll -type f)",
"Bash(xargs grep:*)",
"Bash(dumpbin /c/Projects/CLionProjects/ANSCORE/cmake-build-release/bin/ANSLIB.dll /imports)",
"Bash(objdump -p /c/Projects/CLionProjects/ANSCORE/cmake-build-release/bin/ANSLIB.dll)",
"Bash(nm -D /c/Projects/CLionProjects/ANSCORE/cmake-build-release/bin/ANSMOT.dll)",
"Bash(find /c/Projects/ANLS/ANSLIB -type f -name *ANSMOT*)",
"Bash(grep -r \"add_custom_command\\\\|install\\(\" /c/Projects/CLionProjects/ANSCORE --include=CMakeLists.txt --include=*.cmake)",
"Bash(find C:/Projects/CLionProjects/ANSCORE/cmake-build-release/bin -name *.dll -type f)",
"Read(//c/Projects/CLionProjects/ANSCustomModels/**)",
"Bash(dumpbin /EXPORTS C:/ProgramData/ANSCENTER/Shared/ANSODEngine.dll)",
"Bash(dumpbin /DEPENDENTS C:/ProgramData/ANSCENTER/Shared/ANSODEngine.dll)",
"Bash(cmd.exe /c \"dumpbin /DEPENDENTS C:\\\\ProgramData\\\\ANSCENTER\\\\Shared\\\\ANSODEngine.dll\")",
"Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" /DEPENDENTS \"C:/ProgramData/ANSCENTER/Shared/ANSODEngine.dll\")",
"Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //DEPENDENTS ANSODEngine.dll)",
"Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //EXPORTS ANSLicensingSystem.dll)",
"Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //IMPORTS ANSODEngine.dll)",
"Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //IMPORTS ANSMOT.dll)"
]
}
}