1234567891011 |
- //
- // Copyright (c) 2019-2020 Ivan Baidakou (basiliscos) (the dot dmol at gmail dot com)
- //
- // Distributed under the MIT Software License
- //
- #define CATCH_CONFIG_RUNNER
- #include "catch.hpp"
- int main(int argc, char *argv[]) { return Catch::Session().run(argc, argv); }
|