only build benches/swap when OsStack is available

master
edef 2015-04-16 10:02:04 -04:00
parent fd61ad2f66
commit f7fb5ae4e6
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// Copyright (c) 2015, edef <edef@edef.eu>
// See the LICENSE file included in this distribution.
#![feature(test)]
#![cfg(feature = "os")]
extern crate test;
extern crate fringe;
use fringe::Context;