tests.cpp 284 B

123456789
  1. // Copyright 2016 Citra Emulator Project
  2. // Licensed under GPLv2 or any later version
  3. // Refer to the license.txt file included.
  4. #define CATCH_CONFIG_MAIN
  5. #include <catch.hpp>
  6. // Catch provides the main function since we've given it the
  7. // CATCH_CONFIG_MAIN preprocessor directive.