Closed bnagy closed 9 years ago
Thanks!
I'm curious why nogtk
is added as a separate build tag, and file, rather than adding this under the existing nogui
tag? Just more convenient for the android effort organize by @grugq ? Thanks.
Because I still wanted the abstract GUI to build, so I could run the rest of the tests unmodified.
Turns out there wasn't much to do. I skipped a step in the test logic when there's no erasure storage and added a build tag so you can build the abstract gui without trying to build gtk. Added a new flag nogtk, stubbed out the GTKUI interface so the mains don't need to be modified.