#ifndef NOTCURSES_TEST_MAIN #define NOTCURSES_TEST_MAIN #include #include "version.h" #include #include #include #include #include "internal.h" auto find_data(const char* datum) -> char*; auto enforce_utf8() -> bool; class TestOptions : public notcurses_options { public: TestOptions() { flags = NCOPTION_SUPPRESS_BANNERS; } }; #endif