aboutsummaryrefslogtreecommitdiff
path: root/test/test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.rs')
-rw-r--r--test/test.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test.rs b/test/test.rs
index 6dfeb91..dd5bb8a 100644
--- a/test/test.rs
+++ b/test/test.rs
@@ -1,6 +1,10 @@
extern crate yaxpeax_arch;
extern crate yaxpeax_x86;
+// target-specific impls for some kinds of testing, such as wrappers for
+// "assemble text through {nasm,masm,gas,..}"
+mod tools;
+
mod long_mode;
mod protected_mode;
mod real_mode;