diff options
Diffstat (limited to 'test/buildtool/system/TARGETS')
-rw-r--r-- | test/buildtool/system/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildtool/system/TARGETS b/test/buildtool/system/TARGETS index d04bb71f..1f951b96 100644 --- a/test/buildtool/system/TARGETS +++ b/test/buildtool/system/TARGETS @@ -4,9 +4,9 @@ , "srcs": ["system_command.test.cpp"] , "private-deps": [ ["@", "catch2", "", "catch2"] - , ["", "catch-main"] , ["@", "src", "src/buildtool/file_system", "file_system_manager"] , ["@", "src", "src/buildtool/system", "system_command"] + , ["", "catch-main"] ] , "stage": ["test", "buildtool", "system"] } |