File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 shift
6060 ;;
6161 format)
62- clang-format -i include/app/* .hpp src/* .cpp
62+ clang-format -i include/app/* .hpp src/* .cpp tests/ * . ? pp
6363 git status -s
6464
6565 shift
Original file line number Diff line number Diff line change 33//
44
55#include < spdlog/spdlog.h>
6+
67#include < app/tiny.hpp>
8+ #include < print>
79#include < string>
810#include < termio/termio.hpp>
9- #include < print>
1011
1112constexpr std::string_view BANNER = R"(
1213 _______ __ _______ __ __ _______
@@ -25,4 +26,3 @@ int main() {
2526
2627 return 0 ;
2728}
28-
Original file line number Diff line number Diff line change 33//
44#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() function
55
6- #include < catch2/catch_all.hpp>
7- #include < app/tiny.hpp>
86#include < spdlog/spdlog.h>
7+
8+ #include < app/tiny.hpp>
9+ #include < catch2/catch_all.hpp>
910#include < print>
1011#include < termio/termio.hpp>
1112#include < vendor/perftimer.hpp>
@@ -14,7 +15,6 @@ perftimer::PerfTimer timer("Catch2 Unit Tests");
1415using namespace termio ::termio;
1516
1617struct MainTestSetup {
17-
1818 MainTestSetup () {
1919 spdlog::set_level (spdlog::level::critical);
2020
You can’t perform that action at this time.
0 commit comments