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

@@ -28,6 +28,11 @@
///
/// TODO : make a test binary and include the tests to the constant-integration
#include <stdio.h>
#include <string.h>
#include "../struct.h"
#include "../gfx2log.h"
/**
* Tests for MOTO_MAP_pack()
*/