This commit is contained in:
Arthur Sonzogni
2022-08-07 14:44:33 +02:00
committed by GitHub
parent e42ab7b2e6
commit f461050759
38 changed files with 92 additions and 158 deletions

View File

@@ -1,12 +1,10 @@
#include <gtest/gtest-message.h> // for Message
#include <gtest/gtest-test-part.h> // for SuiteApiResolver, TestFactoryImpl, TestPartResult
#include <gtest/gtest.h>
#include <csignal> // for raise, SIGABRT, SIGFPE, SIGILL, SIGINT, SIGSEGV, SIGTERM
#include <ftxui/component/event.hpp> // for Event, Event::Custom
#include "ftxui/component/component.hpp" // for Renderer
#include "ftxui/component/screen_interactive.hpp"
#include "ftxui/dom/elements.hpp" // for text, Element
#include "gtest/gtest_pred_impl.h" // for Test, TEST, EXPECT_EQ
#include "ftxui/dom/elements.hpp" // for text, Element
namespace ftxui {