diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-05-28 15:15:34 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-06-04 13:24:49 +0200 |
commit | 5e20b5cf029695be07d791a76a1e21a316ca5a0f (patch) | |
tree | c68b20009e13061bfba9f00955f7620c21887abe | |
parent | 732c57ae4dbaabf2a0d7afd82c0aa2cc4a46f684 (diff) | |
download | rules-cc-5e20b5cf029695be07d791a76a1e21a316ca5a0f.tar.gz |
Add "rules" binding
... so one can also directly build the test_cases.
-rw-r--r-- | etc/repos.json | 1 | ||||
-rw-r--r-- | etc/repos.template.json | 1 |
2 files changed, 2 insertions, 0 deletions
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"}} |