summaryrefslogtreecommitdiff
path: root/test/buildtool/build_engine/expression/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/build_engine/expression/TARGETS')
-rw-r--r--test/buildtool/build_engine/expression/TARGETS18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/buildtool/build_engine/expression/TARGETS b/test/buildtool/build_engine/expression/TARGETS
index 5488c212..a4d56e57 100644
--- a/test/buildtool/build_engine/expression/TARGETS
+++ b/test/buildtool/build_engine/expression/TARGETS
@@ -4,9 +4,9 @@
, "srcs": ["linked_map.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["test", "catch-main"]
- , ["test/utils", "container_matchers"]
- , ["src/buildtool/build_engine/expression", "linked_map"]
+ , ["", "catch-main"]
+ , ["utils", "container_matchers"]
+ , ["@", "src", "src/buildtool/build_engine/expression", "linked_map"]
]
, "stage": ["test", "buildtool", "build_engine", "expression"]
}
@@ -16,9 +16,9 @@
, "srcs": ["expression.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["test", "catch-main"]
- , ["test/utils", "container_matchers"]
- , ["src/buildtool/build_engine/expression", "expression"]
+ , ["", "catch-main"]
+ , ["utils", "container_matchers"]
+ , ["@", "src", "src/buildtool/build_engine/expression", "expression"]
]
, "stage": ["test", "buildtool", "build_engine", "expression"]
}
@@ -28,9 +28,9 @@
, "srcs": ["configuration.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["test", "catch-main"]
- , ["test/utils", "container_matchers"]
- , ["src/buildtool/build_engine/expression", "expression"]
+ , ["", "catch-main"]
+ , ["utils", "container_matchers"]
+ , ["@", "src", "src/buildtool/build_engine/expression", "expression"]
]
, "stage": ["test", "buildtool", "build_engine", "expression"]
}