add version check to the unit tests

This commit is contained in:
Oliver Schneider
2016-05-30 12:47:04 +02:00
parent 3ad0a49632
commit 80e81d351d
6 changed files with 54 additions and 9 deletions

View File

@@ -36,6 +36,8 @@ extern crate regex_syntax;
// for finding minimal boolean expressions
extern crate quine_mc_cluskey;
extern crate rustc_serialize;
extern crate rustc_plugin;
extern crate rustc_const_eval;
extern crate rustc_const_math;