#ifndef NOTCURSES_TEST_MAIN #define NOTCURSES_TEST_MAIN #include #include #include "version.h" #include "builddef.h" #include #include #include #include #include #include "lib/internal.h" struct free_deleter{ template void operator()(T *p) const { std::free(const_cast*>(p)); } }; auto is_test_tty() -> bool; auto find_data(const char* datum) -> std::unique_ptr; auto testing_notcurses() -> struct notcurses*; auto ncreel_validate(const ncreel* n) -> bool; #endif