aboutsummaryrefslogtreecommitdiff
path: root/test/test.rs
blob: 72b7e509c21c56875943176f925fca97d33ff939 (plain)
1
2
3
4
5
6
7
8
9
#![feature(test)]

extern crate test;

extern crate yaxpeax_arch;
extern crate yaxpeax_arm;

mod armv7;
mod armv8;