summaryrefslogtreecommitdiff
path: root/testx/create.go
diff options
context:
space:
mode:
Diffstat (limited to 'testx/create.go')
-rw-r--r--testx/create.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/testx/create.go b/testx/create.go
index 62960fd..24f8259 100644
--- a/testx/create.go
+++ b/testx/create.go
@@ -18,6 +18,7 @@ func TTarget(name string, sub ...string) model.Target {
func TSource(name string, targets ...string) *model.Source {
src := &model.Source{
+ Path: name,
Identity: identity.New(name),
}
for _, t := range targets {