File: ignore-tests-without-data.patch

package info (click to toggle)
rust-fax 0.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 223 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/tests/check.rs
+++ b/tests/check.rs
@@ -7,6 +7,7 @@
 use std::fs::{self, File};
 use std::path::Path;
 
+#[ignore]
 #[test]
 fn main() {
     let data_path = Path::new(env!("CARGO_MANIFEST_DIR")).join("../fax-test");