add test-basic-module-cpp (#17)

* add test-basic-module-cpp

* change to new liblogos api
This commit is contained in:
Dario Lipicar
2026-04-24 22:45:29 -03:00
committed by GitHub
parent 6b7d04b5cd
commit e235f51364
9 changed files with 944 additions and 284 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "test_basic_module_cpp",
"version": "1.0.0",
"type": "core",
"category": "testing",
"description": "Pure-C++ mirror of test_basic_module: every method uses std/LogosMap/LogosList/StdLogosResult (no Qt in the impl), so the generated qt_glue layer is exercised end-to-end.",
"main": "test_basic_module_cpp_plugin",
"interface": "universal",
"dependencies": [],
"nix": {
"packages": {
"build": [],
"runtime": ["nlohmann_json"]
},
"external_libraries": [],
"cmake": {
"find_packages": [],
"extra_sources": []
}
}
}