You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/tests
Nick Black ce2a390b52
Out with googletest, in with doctest #202 (#231)
* introduce doctest over googletest #202
* call dtester in in targets
* doctest conversion #202
* channel.cpp -> doctest #202
* egcpool tests -> doctest #202
* input tests to doctester
* zaxis -> doctest
* drone: always define LANG
* libav to doctest #202
* panelreel tests to doctest #202
* spec that a C++17 compiler is now required for doctest #202
* enmetric tests -> doctest #202
* fade tests -> doctest #202
* notcurses test case -> doctest #202
* last conversion to doctest #202
* finish move to doctest #202
* drone: set up make test
5 years ago
..
cell.cpp Out with googletest, in with doctest #202 (#231) 5 years ago
channel.cpp Out with googletest, in with doctest #202 (#231) 5 years ago
doctest.h Out with googletest, in with doctest #202 (#231) 5 years ago
egcpool.cpp Out with googletest, in with doctest #202 (#231) 5 years ago
enmetric.cpp Out with googletest, in with doctest #202 (#231) 5 years ago
fade.cpp Out with googletest, in with doctest #202 (#231) 5 years ago
input.cpp Out with googletest, in with doctest #202 (#231) 5 years ago
internal.cpp Out with googletest, in with doctest #202 (#231) 5 years ago
libav.cpp Out with googletest, in with doctest #202 (#231) 5 years ago
main.cpp Out with googletest, in with doctest #202 (#231) 5 years ago
main.h Out with googletest, in with doctest #202 (#231) 5 years ago
ncplane.cpp Out with googletest, in with doctest #202 (#231) 5 years ago
notcurses.cpp Out with googletest, in with doctest #202 (#231) 5 years ago
panelreel.cpp Out with googletest, in with doctest #202 (#231) 5 years ago
zaxis.cpp Out with googletest, in with doctest #202 (#231) 5 years ago