diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-10 10:37:08 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-14 12:20:22 +0100 |
commit | 80f85639a89ea43a1858c766b26b0a45102987a9 (patch) | |
tree | ffdccc9f9db553bd4d2f508180c037041a199b35 /test/utils/cpp | |
parent | cc15417903aa994a1265c7513457fcb1f28a4308 (diff) | |
download | justbuild-80f85639a89ea43a1858c766b26b0a45102987a9.tar.gz |
targets: fix missing staging of individual tests
Diffstat (limited to 'test/utils/cpp')
-rw-r--r-- | test/utils/cpp/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/utils/cpp/TARGETS b/test/utils/cpp/TARGETS index 8e237a65..9dc5f83b 100644 --- a/test/utils/cpp/TARGETS +++ b/test/utils/cpp/TARGETS @@ -41,6 +41,7 @@ , ["", "libarchive"] , ["src/utils/cpp", "archive_ops"] ] + , "stage": ["test", "utils", "cpp"] } , "file_locking": { "type": ["@", "rules", "CC/test", "test"] |