// SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2022 Ivan Baidakou #define CATCH_CONFIG_RUNNER #if defined(__ANDROID__) #undef __ANDROID__ #endif #include "catch.hpp" int main(int argc, char *argv[]) { return Catch::Session().run(argc, argv); }