test-main.cpp 270 B

1234567891011121314
  1. //
  2. // Copyright (c) 2019 Ivan Baidakou (basiliscos) (the dot dmol at gmail dot com)
  3. //
  4. // Distributed under the MIT Software License
  5. //
  6. #define CATCH_CONFIG_RUNNER
  7. #include "catch.hpp"
  8. int main(int argc, char *argv[]) {
  9. return Catch::Session().run(argc, argv);
  10. }