~singpolyma/biboumi

e46b9cfc6e1ddef83a3caa9406dee6a6b746f342 — Florent Le Coz 9 years ago e7a91ba
Display a success message at the end of the test suite
1 files changed, 2 insertions(+), 0 deletions(-)

M src/test.cpp
M src/test.cpp => src/test.cpp +2 -0
@@ 30,6 30,7 @@
using namespace std::chrono_literals;

static const std::string color("");
static const std::string success_color("");
static const std::string reset("");

int main()


@@ 541,5 542,6 @@ int main()
#endif
  }

  std::cout << success_color << "All test passed successfully!" << reset << std::endl;
  return 0;
}