Files
Dario Lipicar 82cba02168 test universal modules with LogosModuleContext (#19)
* test universal modules with LogosModuleContext

* pr comments

* bump dependencies
2026-05-19 16:07:52 -03:00

23 lines
813 B
JSON

{
"name": "test_context_module_cpp",
"version": "1.0.0",
"type": "core",
"category": "testing",
"description": "Exercises LogosModuleContext end-to-end: the impl inherits the SDK base class, the codegen-emitted provider populates the four context accessors (modulePath / instanceId / instancePersistencePath / modules()), and these Q_INVOKABLE shims surface them through logoscore so the integration runner can assert the values match what the host provisioned.",
"main": "test_context_module_cpp_plugin",
"interface": "universal",
"dependencies": ["test_basic_module", "test_basic_module_cpp"],
"nix": {
"packages": {
"build": [],
"runtime": ["nlohmann_json"]
},
"external_libraries": [],
"cmake": {
"find_packages": [],
"extra_sources": []
}
}
}