This website requires JavaScript.
Explore
Help
Sign In
Michal
/
Prusa-Firmware-MMU
mirror of
https://github.com/prusa3d/Prusa-Firmware-MMU
Watch
1
Star
0
Fork
You've already forked Prusa-Firmware-MMU
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ffae941a28
Prusa-Firmware-MMU
/
tests
/
unit
/
system_test.cpp
6 lines
105 B
C++
Raw
Blame
History
#
include
"catch2/catch.hpp"
TEST_CASE
(
"
type tests
"
,
"
[system]
"
)
{
REQUIRE
(
sizeof
(
uint64_t
)
=
=
8
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink