Windows 11, VSCode, NCS v2.3.0
I am writing tests for a module. The module has code which is very interdependent upon itself. Any test will require nearly the same prj.conf files.
When I use twister to run a test, is there a way to have each test draw from a common prj.conf file that is module-wide?
Or some other alternative to copy/pasting the same values into each prj.conf, and having to keep them up to date over time?
Of course I'm flexible about how this works, I'm trying to get across the idea with the prj.conf concept, but other techniques are ok if they work without duplication.
Thanks.