objectbox / objectbox-generator

ObjectBox Generator based on FlatBuffers schema files (fbs) for C and C++ (more languages in the future)
https://objectbox.io
GNU Affero General Public License v3.0
35 stars 11 forks source link

C/C++ Integration tests #4

Closed vaind closed 4 years ago

vaind commented 4 years ago

Create a full integration test - it should contain a schema and "project files" for each langauge (cmakelists, main), excluding the generated code.

Follow up of #1 Depends on #2