diff options
Diffstat (limited to 'test/end-to-end/targets/TARGETS')
-rw-r--r-- | test/end-to-end/targets/TARGETS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/end-to-end/targets/TARGETS b/test/end-to-end/targets/TARGETS index 08b48284..31f4f900 100644 --- a/test/end-to-end/targets/TARGETS +++ b/test/end-to-end/targets/TARGETS @@ -22,6 +22,12 @@ , "test": ["glob.sh"] , "deps": [["test/end-to-end", "tool-under-test"]] } +, "configure target name": + { "type": ["@", "rules", "shell/test", "script"] + , "name": ["configure-target"] + , "test": ["configure-target.sh"] + , "deps": [["test/end-to-end", "tool-under-test"]] + } , "TESTS": { "type": "install" , "tainted": ["test"] @@ -30,6 +36,7 @@ , "repository naming" , "resolution of built-in rules" , "glob expansion" + , "configure target name" ] } } |