aboutsummaryrefslogtreecommitdiff
path: root/test/test.rs
blob: 7dd54ea2712799ada168159bd4dd62484878d8f9 (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;