From 72cf8cfcc59f792ff48eb28c3f760678dc10090c Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 30 Jul 2024 21:31:51 +0530 Subject: tests: init --- tests/dag_merge.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/dag_merge.json (limited to 'tests/dag_merge.json') diff --git a/tests/dag_merge.json b/tests/dag_merge.json new file mode 100644 index 0000000..5aca18e --- /dev/null +++ b/tests/dag_merge.json @@ -0,0 +1,3 @@ +{"name":"a","attr":"a","drvPath":"/nox/store/a.drv","inputDrvs":{"/nox/store/b.drv":["out"]},"outputs":{"out":"/nox/store/a"}} +{"attr":"b","name":"b","drvPath":"/nox/store/b.drv","inputDrvs":{},"outputs":{"out":"/nox/store/b"}} +{"name":"c","attr":"c","drvPath":"/nox/store/c.drv","inputDrvs":{"/nox/store/b.drv":["out"]},"outputs":{"out":"/nox/store/b"}} -- cgit v1.2.3