test-main.cpp 270 B

1234567891011
  1. //
  2. // Copyright (c) 2019-2020 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[]) { return Catch::Session().run(argc, argv); }