DeprecatedTest.cpp 204 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 #ifdef CLI11_SINGLE_FILE #include "CLI11.hpp" #else #include "CLI/CLI.hpp" #endif #include "gtest/gtest.h" TEST(Deprecated, Emtpy) { // No deprecated features at this time. EXPECT_TRUE(true); }