Workshop o mikrokontrolérech na SKSP 2024.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
437 B

2 months ago
# Tests for crc
Name: Default/small
Run: ../obj/ucw/crc-t 0 123456 37 3
Out: d620f179
Name: Default/big
Run: ../obj/ucw/crc-t 0 123456 10037 3
Out: d620f179
Name: Small/small
Run: ../obj/ucw/crc-t 1 123456 37 3
Out: d620f179
Name: Small/big
Run: ../obj/ucw/crc-t 1 123456 10037 3
Out: d620f179
Name: Large/small
Run: ../obj/ucw/crc-t 2 123456 37 3
Out: d620f179
Name: Large/big
Run: ../obj/ucw/crc-t 2 123456 10037 3
Out: d620f179