#include <string>
#include <vector>
#include <filesystem>
#include <fstream>
#include <iostream>
#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include "absl/strings/str_format.h"
#include "imgui_test_engine/imgui_te_context.h"
#include "app/rom.h"
Go to the source code of this file.
◆ IMGUI_DEFINE_MATH_OPERATORS
#define IMGUI_DEFINE_MATH_OPERATORS |
◆ YAZE_ROM_TEST
#define YAZE_ROM_TEST |
( |
|
test_case_name, |
|
|
|
test_name |
|
) |
| |
Value: TEST(test_case_name, test_name) { \
yaze::test::TestRomManager::SkipIfRomTestingDisabled(#test_case_name "." #test_name); \
YAZE_ROM_TEST_BODY_##test_case_name##_##test_name(); \
} \
void YAZE_ROM_TEST_BODY_##test_case_name##_##test_name()
Test macro for ROM-dependent tests.
Definition at line 173 of file test_utils.h.