diff options
Diffstat (limited to 'test/utils/cpp/TARGETS')
-rw-r--r-- | test/utils/cpp/TARGETS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/utils/cpp/TARGETS b/test/utils/cpp/TARGETS index 1678fdda..c7a7e4f8 100644 --- a/test/utils/cpp/TARGETS +++ b/test/utils/cpp/TARGETS @@ -46,8 +46,8 @@ , "stage": ["test", "utils", "cpp"] } , "TESTS": - { "type": "install" - , "tainted": ["test"] + { "type": ["@", "rules", "test", "suite"] + , "stage": ["cpp"] , "deps": ["path", "path_rebase", "file_locking", "prefix"] } } |