Prusa-Firmware-MMU/tests/unit/system_test.cpp

6 lines
117 B
C++

#include "catch2/catch_test_macros.hpp"
TEST_CASE("type tests", "[system]") {
REQUIRE(sizeof(uint64_t) == 8);
}