diff options
Diffstat (limited to 'test/end-to-end/target-tests/TARGETS')
-rw-r--r-- | test/end-to-end/target-tests/TARGETS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/end-to-end/target-tests/TARGETS b/test/end-to-end/target-tests/TARGETS index d45db9eb..67d40542 100644 --- a/test/end-to-end/target-tests/TARGETS +++ b/test/end-to-end/target-tests/TARGETS @@ -34,6 +34,12 @@ , "test": ["configure-vars.sh"] , "deps": [["end-to-end", "tool-under-test"]] } +, "tree inputs": + { "type": ["@", "rules", "shell/test", "script"] + , "name": ["tree-inputs"] + , "test": ["tree-inputs.sh"] + , "deps": [["end-to-end", "tool-under-test"]] + } , "TESTS": { "type": "install" , "tainted": ["test"] @@ -44,6 +50,7 @@ , "glob expansion" , "configure target name" , "configure variables" + , "tree inputs" ] } } |