diff options
Diffstat (limited to 'test/TARGETS')
-rw-r--r-- | test/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TARGETS b/test/TARGETS index 30878fb0..3b660295 100644 --- a/test/TARGETS +++ b/test/TARGETS @@ -37,10 +37,10 @@ , "srcs": ["main.cpp"] , "deps": [ ["@", "catch2", "", "catch2"] - , ["utils", "log_config"] , ["@", "src", "src/buildtool/file_system", "git_context"] , ["@", "src", "src/buildtool/storage", "config"] , ["@", "src", "src/buildtool/storage", "file_chunker"] + , ["utils", "log_config"] , ["utils", "test_env"] ] , "stage": ["test"] |