mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 20:11:23 +00:00
Don't include benchmarking stuff for now.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#![feature(box_syntax)]
|
#![feature(box_syntax)]
|
||||||
#![cfg_attr(test, feature(test))]
|
//#![cfg_attr(test, feature(test))]
|
||||||
extern crate libc;
|
extern crate libc;
|
||||||
|
|
||||||
mod arith;
|
mod arith;
|
||||||
@@ -33,9 +33,9 @@ pub fn test() {
|
|||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
extern crate test;
|
//extern crate test;
|
||||||
use super::{init, FieldT};
|
use super::{init, FieldT};
|
||||||
use self::test::Bencher;
|
//use self::test::Bencher;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_one() {
|
fn test_one() {
|
||||||
|
Reference in New Issue
Block a user