We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2021-12-31 06:24 PM
I'm about writing my first (start-from a scratch) C++ addon (for Archicad SE 2016, this is what I owe).
I decided to include automated/unit tests, using Boost.test.
I have run into many problems (Test framework is a different Visual Studio project, and how to include/reference the addon project from there).
So there are many questions around, is there any tutorial/docs/example project fro AC addon unit testing?
2022-05-30 04:26 PM
Hello Sam,
Did you fix your problems? Seems like we stumbled upon similar problems.
2022-06-05 11:41 PM
Actually, not 😕
To be true, in the meantime I skipped this issue (not a rarity for unit tests) and nowadays I'm back to deal with these problems.