summaryrefslogtreecommitdiff
path: root/tests/tests.rs
blob: b9a4f61c6d267de819525b253d291ccfb1636f91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![allow(dead_code)]

extern crate bindgen;
extern crate libc;
extern crate syntex_syntax as syntax;

mod support;

// Unused until we can generate code for tests
//mod test_cmath;
mod test_decl;
mod test_func;
mod test_struct;
mod test_union;
mod test_builtins;