Skip to content
Snippets Groups Projects
partie_test.h 134 B
Newer Older
#include "structures.h"
#include "partie.h"

#ifndef TEST_PARTIE_H
#define TEST_PARTIE_H

void test_getNbTour(void **state);

#endif