Files
herolib/lib/osal/platform_test.v
2024-12-25 08:40:56 +01:00

10 lines
120 B
V

module osal
fn test_platform() {
assert platform() != .unknown
}
fn test_cputype() {
assert cputype() != .unknown
}