5bfcbcb8e9
Remaining P3 item: - tangent_pull: maintain G1 tangency when pulling faces System infrastructure: - Unified ErrorCode (0-7xxx): ErrorInfo with Chinese messages - Version system: VDE_VERSION_MAJOR/MINOR/PATCH macros, vde_version() → VersionInfo, vde_version_string() - License management: LicenseTier (Community/Professional/Enterprise), LicenseKey (VDE-XXXX-XXXX, Base32 + HMAC-SHA256 signature), LicenseManager singleton with trial support - Convenience header: vde/vde_version.h Tests: 43 total (26 license + 17 version)
18 lines
516 B
CMake
18 lines
516 B
CMake
add_vde_test(test_point)
|
|
add_vde_test(test_convex_hull)
|
|
add_vde_test(test_transform)
|
|
add_vde_test(test_distance)
|
|
add_vde_test(test_polygon)
|
|
add_vde_test(test_cam_toolpath)
|
|
add_vde_test(test_object_pool)
|
|
add_vde_test(test_exact_predicates)
|
|
add_vde_test(test_cam_strategies)
|
|
add_vde_test(test_cam_5axis)
|
|
add_vde_test(test_cam_advanced)
|
|
add_vde_test(test_cam_optimization)
|
|
add_vde_test(test_performance)
|
|
add_vde_test(test_concurrent)
|
|
add_vde_test(test_transaction)
|
|
add_vde_test(test_version)
|
|
add_vde_test(test_license)
|