diff options
Diffstat (limited to 'test/buildtool/crypto/TARGETS')
-rw-r--r-- | test/buildtool/crypto/TARGETS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/buildtool/crypto/TARGETS b/test/buildtool/crypto/TARGETS index c4177579..b05af69b 100644 --- a/test/buildtool/crypto/TARGETS +++ b/test/buildtool/crypto/TARGETS @@ -21,5 +21,8 @@ , "stage": ["test", "buildtool", "crypto"] } , "TESTS": - {"type": "install", "tainted": ["test"], "deps": ["hasher", "hash_function"]} + { "type": ["@", "rules", "test", "suite"] + , "stage": ["crypto"] + , "deps": ["hasher", "hash_function"] + } } |