summaryrefslogtreecommitdiff
path: root/test/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/TARGETS')
-rw-r--r--test/TARGETS6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/TARGETS b/test/TARGETS
index 9e9c20eb..8fb612ec 100644
--- a/test/TARGETS
+++ b/test/TARGETS
@@ -2,7 +2,11 @@
{ "type": ["@", "rules", "CC", "library"]
, "name": ["catch-main"]
, "srcs": ["main.cpp"]
- , "deps": [["@", "catch2", "", "catch2"], ["test/utils", "log_config"]]
+ , "deps":
+ [ ["@", "catch2", "", "catch2"]
+ , ["test/utils", "log_config"]
+ , ["src/buildtool/file_system", "git_context"]
+ ]
, "stage": ["test"]
}
, "TESTS":