aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJ08nY2017-09-19 12:47:45 +0200
committerJ08nY2017-09-19 12:47:45 +0200
commit3e8c233f7aa720608bf6b82744948eb1709e1d84 (patch)
treeb05187c9dc01caa0fa6e3ec99240ac232aaceffe /test
parent3fad579c3cbcbce457f36af6c1ceff37ec04ee54 (diff)
downloadecgen-3e8c233f7aa720608bf6b82744948eb1709e1d84.tar.gz
ecgen-3e8c233f7aa720608bf6b82744948eb1709e1d84.tar.zst
ecgen-3e8c233f7aa720608bf6b82744948eb1709e1d84.zip
Move some files into src/misc.
Diffstat (limited to 'test')
-rw-r--r--test/src/exhaustive/test_ansi.c2
-rw-r--r--test/src/io/test_cli.c2
-rw-r--r--test/src/test/output.c2
-rw-r--r--test/src/util/test_bits.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/src/exhaustive/test_ansi.c b/test/src/exhaustive/test_ansi.c
index 05a6820..4217a15 100644
--- a/test/src/exhaustive/test_ansi.c
+++ b/test/src/exhaustive/test_ansi.c
@@ -5,7 +5,7 @@
#include <criterion/criterion.h>
#include <criterion/parameterized.h>
-#include "gen/types.h"
+#include "misc/types.h"
#include "math/poly.h"
#include "exhaustive/ansi.h"
#include "gen/seed.h"
diff --git a/test/src/io/test_cli.c b/test/src/io/test_cli.c
index 1c7a208..e5077ef 100644
--- a/test/src/io/test_cli.c
+++ b/test/src/io/test_cli.c
@@ -6,7 +6,7 @@
#include <criterion/criterion.h>
#include <unistd.h>
#include "io/cli.h"
-#include "io/config.h"
+#include "misc/config.h"
#include "test/default.h"
static struct argp test_argp = {cli_options, cli_parse, cli_args_doc,
diff --git a/test/src/test/output.c b/test/src/test/output.c
index 0ecdf43..66c5809 100644
--- a/test/src/test/output.c
+++ b/test/src/test/output.c
@@ -3,7 +3,7 @@
* Copyright (C) 2017 J08nY
*/
#include "output.h"
-#include "gen/types.h"
+#include "misc/types.h"
#include "io/output.h"
FILE *read_out = NULL;
diff --git a/test/src/util/test_bits.c b/test/src/util/test_bits.c
index ed88bb3..372541a 100644
--- a/test/src/util/test_bits.c
+++ b/test/src/util/test_bits.c
@@ -5,7 +5,7 @@
#include <criterion/criterion.h>
#include <criterion/parameterized.h>
-#include <gen/types.h>
+#include <misc/types.h>
#include "test/default.h"
#include "test/memory.h"
#include "util/bits.h"