Mentions légales du service

Skip to content
Snippets Groups Projects

Engine evolution

Closed PRATS Tommy requested to merge dev/tommy/test_auto into main
18 files
+ 362
27
Compare changes
  • Side-by-side
  • Inline
Files
18
+ 12
0
Florent Bouchez Tichadou
Last comment by Florent Bouchez Tichadou
#include <criterion/criterion.h>
#include <criterion/internal/assert.h>
#include <criterion/internal/test.h>
#include "agdbentures.h"
int exit_x;
int exit_y;
Test(config_file, same_as_previously) {
cr_assert_eq(1, 1);
}
Loading