Adding the #[ignore] attribute will cause the test not to be run, though it will still show up in the list of tests.
13 lines
264 B
Text
13 lines
264 B
Text
use std;
|
|
|
|
mod sha1;
|
|
mod int;
|
|
mod test;
|
|
// Local Variables:
|
|
// mode: rust
|
|
// fill-column: 78;
|
|
// indent-tabs-mode: nil
|
|
// c-basic-offset: 4
|
|
// buffer-file-coding-system: utf-8-unix
|
|
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
|
|
// End:
|