Skip to content

Commit

Permalink
Export stats::Summary from libtest
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Mar 19, 2019
1 parent a5e7f0c commit cf5c360
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/libtest/lib.rs
Expand Up @@ -17,11 +17,14 @@
#![feature(test)]

extern crate libtest;

// FIXME: we should be more explicit about the exact APIs that we
// export to users.
pub use libtest::{
assert_test_result, filter_tests, parse_opts, run_test, test_main, test_main_static,
Bencher, DynTestFn, DynTestName, Metric, MetricMap, Options, RunIgnored, ShouldPanic,
StaticBenchFn, StaticTestFn, StaticTestName, TestDesc, TestDescAndFn, TestName, TestOpts,
TestResult, TrFailed, TrFailedMsg, TrIgnored, TrOk,
TestResult, TrFailed, TrFailedMsg, TrIgnored, TrOk, stats::Summary
};

/// A function that is opaque to the optimizer, to allow benchmarks to
Expand Down

0 comments on commit cf5c360

Please sign in to comment.