move some files around and add test recipes
This commit is contained in:
parent
8fda9c2c3e
commit
dd1d93b12e
13 changed files with 21 additions and 0 deletions
11
modular-recipes/recipes/test/r1.toml
Normal file
11
modular-recipes/recipes/test/r1.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
name = "r1"
|
||||||
|
|
||||||
|
[inputs]
|
||||||
|
|
||||||
|
[outputs]
|
||||||
|
r1_output = {}
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
dep_1 = {}
|
||||||
|
|
||||||
|
[config]
|
||||||
10
modular-recipes/recipes/test/r2.toml
Normal file
10
modular-recipes/recipes/test/r2.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
name = "r2"
|
||||||
|
|
||||||
|
[inputs]
|
||||||
|
r1_output = {}
|
||||||
|
|
||||||
|
[outputs]
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
|
||||||
|
[config]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue