testio.c: Read_*/Write_* functions

This commit is contained in:
Thomas Bernard
2020-02-08 00:02:22 +01:00
parent 3947a2ffd3
commit f4ec35d8e4
2 changed files with 152 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
/* list of tests
* TEST(function_to_test) */
TEST(Read_Write_byte)
TEST(Read_Write_word)
TEST(Read_Write_dword)
TEST(MOTO_MAP_pack)
TEST(CPC_compare_colors)
TEST(Packbits)