From 5e20b5cf029695be07d791a76a1e21a316ca5a0f Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Tue, 28 May 2024 15:15:34 +0200 Subject: Add "rules" binding ... so one can also directly build the test_cases. --- etc/repos.json | 1 + etc/repos.template.json | 1 + 2 files changed, 2 insertions(+) (limited to 'etc') diff --git a/etc/repos.json b/etc/repos.json index 4ba4691..2810154 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -18,6 +18,7 @@ { "test-just": "just" , "test-rules": "test-rules" , "test-libs": "test-libs" + , "rules": "rules" } } , "imports": {"repository": {"type": "file", "path": "etc/imports"}} diff --git a/etc/repos.template.json b/etc/repos.template.json index 3f1e1e5..daf9103 100644 --- a/etc/repos.template.json +++ b/etc/repos.template.json @@ -18,6 +18,7 @@ { "test-just": "just" , "test-rules": "test-rules" , "test-libs": "test-libs" + , "rules": "rules" } } , "imports": {"repository": {"type": "file", "path": "etc/imports"}} -- cgit v1.2.3