Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-06-06 02:01:37 +0300
committerAndrew Gallant <jamslam@gmail.com>2020-01-28 04:27:58 +0300
commit1d7293a5a1ef548ce587a0b08abce5f21571a100 (patch)
tree891328e6665280fbfbbd15351b829c04a237b054 /src/tests/mod.rs
parente4bd92f6a791f35593185539d91f9516161ab5ac (diff)
progressag/sys
Diffstat (limited to 'src/tests/mod.rs')
-rw-r--r--src/tests/mod.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tests/mod.rs b/src/tests/mod.rs
index 4d95cfa..4c2cbf2 100644
--- a/src/tests/mod.rs
+++ b/src/tests/mod.rs
@@ -1,10 +1,12 @@
#[macro_use]
mod util;
-mod recursive;
+// mod recursive;
#[cfg(target_os = "linux")]
mod linux;
#[cfg(unix)]
+mod scratch;
+#[cfg(unix)]
mod unix;
#[cfg(windows)]
mod windows;