summary refs log tree commit diff stats
path: root/tests/no_shards
diff options
context:
space:
mode:
Diffstat (limited to 'tests/no_shards')
-rw-r--r--tests/no_shards/by-name/a/file.nix0
-rw-r--r--tests/no_shards/by-name/a/other.nix0
-rw-r--r--tests/no_shards/by-name/b/file.nix0
-rw-r--r--tests/no_shards/by-name/b/nothing.lix0
-rw-r--r--tests/no_shards/by-name/c/file.nix0
-rw-r--r--tests/no_shards/by-name/empty/file.other0
-rw-r--r--tests/no_shards/by-name/tripwire.test0
-rw-r--r--tests/no_shards/test.nix9
8 files changed, 9 insertions, 0 deletions
diff --git a/tests/no_shards/by-name/a/file.nix b/tests/no_shards/by-name/a/file.nix
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/no_shards/by-name/a/file.nix
diff --git a/tests/no_shards/by-name/a/other.nix b/tests/no_shards/by-name/a/other.nix
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/no_shards/by-name/a/other.nix
diff --git a/tests/no_shards/by-name/b/file.nix b/tests/no_shards/by-name/b/file.nix
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/no_shards/by-name/b/file.nix
diff --git a/tests/no_shards/by-name/b/nothing.lix b/tests/no_shards/by-name/b/nothing.lix
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/no_shards/by-name/b/nothing.lix
diff --git a/tests/no_shards/by-name/c/file.nix b/tests/no_shards/by-name/c/file.nix
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/no_shards/by-name/c/file.nix
diff --git a/tests/no_shards/by-name/empty/file.other b/tests/no_shards/by-name/empty/file.other
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/no_shards/by-name/empty/file.other
diff --git a/tests/no_shards/by-name/tripwire.test b/tests/no_shards/by-name/tripwire.test
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/no_shards/by-name/tripwire.test
diff --git a/tests/no_shards/test.nix b/tests/no_shards/test.nix
new file mode 100644
index 0000000..9bc25b5
--- /dev/null
+++ b/tests/no_shards/test.nix
@@ -0,0 +1,9 @@
+let
+  nixLib = import ../../default.nix {};
+in
+  nixLib.mkByName {
+    useShards = false;
+    baseDirectory = ./by-name;
+    # fileName = "file.nix";
+    fileRegex = ".*\.nix";
+  }