Newer
Older
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
/*#include "partie_test.h"*/
void test_getNbTour(void **state);
const struct CMUnitTest tests_IOFile[] = {
return cmocka_run_group_tests(tests_IOFile,NULL,NULL);