I’m not exactly sure where this goes. I’ve painted myself into quite the corner, and I’m not sure where to from here.
I have an existing platform IO library I wrote codewitch-honey-crisis/htcw_gfx
It relies on libraries it uses, namely htcw_io, htcw_bits (relied on by htcw_io), and htcw_data
I’m trying to unit test htcw_gfx (but not the others currently) using pio test
It’s not finding those secondary dependencies like htcw_io. I’ve added them to the platformio.ini lib_deps entry in the root, but the pio test engine doesn’t seem to pick them up from there.
Here is my working tree for the project. Note that this is strictly a library.