aboutsummaryrefslogtreecommitdiff
path: root/test/00_basic/basic_tests.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-05 16:29:14 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-05 16:37:39 +0100
commit1964938ca6abef6e5c81d9dccdf42c55abacb5e9 (patch)
tree9908417751ddf22e45ea68da0f209083249ac08e /test/00_basic/basic_tests.c
parent9c1659d91a331735f88c127aa236a59153e23dfc (diff)
downloadnissy-core-1964938ca6abef6e5c81d9dccdf42c55abacb5e9.tar.gz
nissy-core-1964938ca6abef6e5c81d9dccdf42c55abacb5e9.zip
Refactoring
Diffstat (limited to 'test/00_basic/basic_tests.c')
-rw-r--r--test/00_basic/basic_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/00_basic/basic_tests.c b/test/00_basic/basic_tests.c
index 5f5df6b..b1ff001 100644
--- a/test/00_basic/basic_tests.c
+++ b/test/00_basic/basic_tests.c
@@ -2,7 +2,7 @@
2#include <stdint.h> 2#include <stdint.h>
3#include <stdio.h> 3#include <stdio.h>
4 4
5#include "../../src/cube.h" 5#include "../../cube.h"
6 6
7void 7void
8check(cube_t cube, char *name) 8check(cube_t cube, char *name)

Generated with cgit - Back to sebastiano.tronto.net