ok, here's what's up: `BUILD_TESTING` is defined by CTest, so as you speculated, `notcurses-tester` is indeed being built during the testing stage (but only when said stage is actually run). so i think we can fix this right now by adding `BUILD_TESTING=ON` to the cmake arguments in the configure step. i might change this in source, might not.
seem reasonable?