building `notcurses-tester` requires three things to be true: * `USE_CXX` must be ON * `BUILD_TESTING` must be ON * `USE_DOCTEST` must be ON
`notcurses-tester` is installed no matter what, and indeed, it should be built and installed even if tests aren't being immediately run. Yet it appears not to have been built here. I notice the following in debian/rules: # debhelper 13+ handles nocheck in DEB_BUILD_OPTIONS for us override_dh_auto_test: ctest --test-dir $(BDIR) --output-on-failure but I don't think that's relevant. This will probably require a change to the Notcurses build system, i.e. a source-side change. Let me look into it. Thanks for the report!