aboutsummaryrefslogtreecommitdiff
path: root/test/x86.test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/x86.test.c')
-rw-r--r--test/x86.test.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/x86.test.c b/test/x86.test.c
index bf6e6e8..370a697 100644
--- a/test/x86.test.c
+++ b/test/x86.test.c
@@ -2,7 +2,10 @@
{.desc = "x86 opcode parsing"};
-#include "../src/x86.c"
+// TODO: should chunklets tests be moved or something? guess if/when that stuff
+// gets its own repo it would just go in there, right?
+
+#include "../src/chunklets/x86.c"
#include "../src/intdefs.h"
#include "../src/ppmagic.h"