only build benches/swap when OsStack is available
This commit is contained in:
parent
fd61ad2f66
commit
f7fb5ae4e6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue