blob: 3c05bfb61603933a5bf8df1c6373250e54f5196c [file] [log] [blame]
[project]
name = "dep-test"
# a
# / \
# b c
# / \
# d e
[targets.a]
type = "fake"
duration_ticks = 1
deps = ["dep-test:b", "dep-test:c"]
[targets.b]
type = "fake"
duration_ticks = 2
[targets.c]
type = "fake"
duration_ticks = 3
deps = ["dep-test:d", "dep-test:e"]
[targets.d]
type = "fake"
duration_ticks = 4
[targets.e]
type = "fake"
duration_ticks = 5