mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +00:00
Enable std and std macros during test builds.
This commit is contained in:
parent
f168e6c70a
commit
ff28cacd13
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@
|
||||||
//! hatred of the Daleks. Rusty destroys the other Daleks and departs the
|
//! hatred of the Daleks. Rusty destroys the other Daleks and departs the
|
||||||
//! ship, determined to track down and bring an end to the Dalek race.
|
//! ship, determined to track down and bring an end to the Dalek race.
|
||||||
|
|
||||||
|
#[cfg(test)]
|
||||||
|
#[macro_use]
|
||||||
|
extern crate std;
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
extern crate test;
|
extern crate test;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue