|
ComSquare
|
#include <catch2/catch_test_macros.hpp>#include <bitset>#include "../../tests.hpp"#include "../../../sources/SNES.hpp"Functions | |
| TEST_CASE ("underflow CMP", "[CMP]") | |
| TEST_CASE ("zero CMP", "[CMP]") | |
| TEST_CASE ("nativeModeZero CMP", "[CMP]") | |
| TEST_CASE ("nativeModeNothing CMP", "[CMP]") | |
| TEST_CASE ("negative CMP", "[CMP]") | |
| TEST_CASE | ( | "nativeModeNothing CMP" | , |
| "" | [CMP] | ||
| ) |
| TEST_CASE | ( | "nativeModeZero CMP" | , |
| "" | [CMP] | ||
| ) |
| TEST_CASE | ( | "negative CMP" | , |
| "" | [CMP] | ||
| ) |
| TEST_CASE | ( | "underflow CMP" | , |
| "" | [CMP] | ||
| ) |
| TEST_CASE | ( | "zero CMP" | , |
| "" | [CMP] | ||
| ) |
1.8.17