ajout d'un systeme de test unitaires

This commit is contained in:
Thomas Bernard
2019-10-28 20:57:59 +01:00
parent a76aa44f4d
commit 1810cdfb61
8 changed files with 381 additions and 8 deletions

View File

@@ -6307,7 +6307,7 @@ void Load_MOTO(T_IO_Context * context)
* - cc xx : encodes a "repeat run" (cc > 0 : count)
*/
//#define MOTO_MAP_NOPACKING
static unsigned int MOTO_MAP_pack(byte * packed, const byte * unpacked, unsigned int unpacked_len)
unsigned int MOTO_MAP_pack(byte * packed, const byte * unpacked, unsigned int unpacked_len)
{
unsigned int src;
unsigned int dst = 0;