summaryrefslogtreecommitdiff
path: root/test/end-to-end/targets/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/end-to-end/targets/TARGETS')
-rw-r--r--test/end-to-end/targets/TARGETS7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/end-to-end/targets/TARGETS b/test/end-to-end/targets/TARGETS
index 31f4f900..13de53ad 100644
--- a/test/end-to-end/targets/TARGETS
+++ b/test/end-to-end/targets/TARGETS
@@ -28,6 +28,12 @@
, "test": ["configure-target.sh"]
, "deps": [["test/end-to-end", "tool-under-test"]]
}
+, "configure variables":
+ { "type": ["@", "rules", "shell/test", "script"]
+ , "name": ["configure-vars"]
+ , "test": ["configure-vars.sh"]
+ , "deps": [["test/end-to-end", "tool-under-test"]]
+ }
, "TESTS":
{ "type": "install"
, "tainted": ["test"]
@@ -37,6 +43,7 @@
, "resolution of built-in rules"
, "glob expansion"
, "configure target name"
+ , "configure variables"
]
}
}