diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2024-06-24 18:12:44 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2024-06-25 11:22:48 +0200 |
commit | d1401e45d2bc5033a14366d272971a2973e85762 (patch) | |
tree | 6e20cbd7c3bb07c19e1779f44548a3ea291d8fcb /test/rust-from-c/TARGETS | |
parent | a2521a83bc055e315b2ce0f6cc876a4a5ac80908 (diff) | |
download | rules-rust-d1401e45d2bc5033a14366d272971a2973e85762.tar.gz |
repos.json: split main and testing repositories...
...such that user can just-import-git only the strictly required
repository.
Diffstat (limited to 'test/rust-from-c/TARGETS')
-rw-r--r-- | test/rust-from-c/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rust-from-c/TARGETS b/test/rust-from-c/TARGETS index 1cb8019..22230e6 100644 --- a/test/rust-from-c/TARGETS +++ b/test/rust-from-c/TARGETS @@ -6,7 +6,7 @@ , "private-deps": [["./", "foo", "foo"]] } , "test_foo": - { "type": ["rules/rust", "test"] + { "type": ["@", "rules-rust", "rust", "test"] , "name": ["test_foo"] , "crate_root": ["foo/foo_test.rs"] , "stage": ["test_foo"] |