summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGravatar Michael Smith <mikesmiffy128@gmail.com> 2025-11-24 03:19:49 +0000
committerGravatar Michael Smith <mikesmiffy128@gmail.com> 2025-11-24 03:23:22 +0000
commit508878ff0a9e4cd8528727c41819bc2d70b33dd0 (patch)
tree5068ea278c0fcbe0ecae5dfe0efa1057a857adfa /test
parent13ddf47d80893eb4d09ca31f5469b835f24170c7 (diff)
downloadsst-508878ff0a9e4cd8528727c41819bc2d70b33dd0.tar.gz
sst-508878ff0a9e4cd8528727c41819bc2d70b33dd0.zip
Turn x86 stuff into a chunklet to help out SPT
Quick unused header cleanup pass while we're at it.
Diffstat (limited to 'test')
-rw-r--r--test/hook.test.c2
-rw-r--r--test/x86.test.c5
2 files changed, 5 insertions, 2 deletions
diff --git a/test/hook.test.c b/test/hook.test.c
index 625fdbf..6a9a7b4 100644
--- a/test/hook.test.c
+++ b/test/hook.test.c
@@ -4,7 +4,7 @@
#ifdef _WIN32
-#include "../src/x86.c"
+#include "../src/chunklets/x86.c"
#include "../src/hook.c"
#include "../src/os.c"
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"