summaryrefslogtreecommitdiffstats
path: root/vendor/gix-glob/tests/glob.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix-glob/tests/glob.rs')
-rw-r--r--vendor/gix-glob/tests/glob.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/gix-glob/tests/glob.rs b/vendor/gix-glob/tests/glob.rs
new file mode 100644
index 000000000..3a90f1d51
--- /dev/null
+++ b/vendor/gix-glob/tests/glob.rs
@@ -0,0 +1,3 @@
+mod parse;
+mod pattern;
+mod wildmatch;