summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/shards_relative/by-name/em/empty/file.other0
-rw-r--r--tests/shards_relative/by-name/fi/first/file.nix0
-rw-r--r--tests/shards_relative/by-name/fi/first/other.nix0
-rw-r--r--tests/shards_relative/by-name/se/second/file.nix0
-rw-r--r--tests/shards_relative/by-name/se/second/nothing.lix0
-rw-r--r--tests/shards_relative/by-name/th/third/file.nix0
-rw-r--r--tests/shards_relative/by-name/tripwire.test0
-rw-r--r--tests/shards_relative/test.nix9
8 files changed, 9 insertions, 0 deletions
diff --git a/tests/shards_relative/by-name/em/empty/file.other b/tests/shards_relative/by-name/em/empty/file.other
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/shards_relative/by-name/em/empty/file.other
diff --git a/tests/shards_relative/by-name/fi/first/file.nix b/tests/shards_relative/by-name/fi/first/file.nix
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/shards_relative/by-name/fi/first/file.nix
diff --git a/tests/shards_relative/by-name/fi/first/other.nix b/tests/shards_relative/by-name/fi/first/other.nix
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/shards_relative/by-name/fi/first/other.nix
diff --git a/tests/shards_relative/by-name/se/second/file.nix b/tests/shards_relative/by-name/se/second/file.nix
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/shards_relative/by-name/se/second/file.nix
diff --git a/tests/shards_relative/by-name/se/second/nothing.lix b/tests/shards_relative/by-name/se/second/nothing.lix
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/shards_relative/by-name/se/second/nothing.lix
diff --git a/tests/shards_relative/by-name/th/third/file.nix b/tests/shards_relative/by-name/th/third/file.nix
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/shards_relative/by-name/th/third/file.nix
diff --git a/tests/shards_relative/by-name/tripwire.test b/tests/shards_relative/by-name/tripwire.test
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/shards_relative/by-name/tripwire.test
diff --git a/tests/shards_relative/test.nix b/tests/shards_relative/test.nix
new file mode 100644
index 0000000..1e91234
--- /dev/null
+++ b/tests/shards_relative/test.nix
@@ -0,0 +1,9 @@
+let
+  nixLib = import ../../default.nix {};
+in
+  nixLib.mkByName {
+    useShards = true;
+    baseDirectory = ./by-name;
+    fileName = "file.nix";
+    relativePaths = true;
+  }