summaryrefslogtreecommitdiff
path: root/test/end-to-end/target-tests/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/end-to-end/target-tests/TARGETS')
-rw-r--r--test/end-to-end/target-tests/TARGETS49
1 files changed, 49 insertions, 0 deletions
diff --git a/test/end-to-end/target-tests/TARGETS b/test/end-to-end/target-tests/TARGETS
new file mode 100644
index 00000000..d45db9eb
--- /dev/null
+++ b/test/end-to-end/target-tests/TARGETS
@@ -0,0 +1,49 @@
+{ "upwards reference":
+ { "type": ["@", "rules", "shell/test", "script"]
+ , "name": ["upwards"]
+ , "test": ["upwards.sh"]
+ , "deps": [["end-to-end", "tool-under-test"]]
+ }
+, "repository naming":
+ { "type": ["@", "rules", "shell/test", "script"]
+ , "name": ["repo_names"]
+ , "test": ["repo_names.sh"]
+ , "deps": [["end-to-end", "tool-under-test"]]
+ }
+, "resolution of built-in rules":
+ { "type": ["@", "rules", "shell/test", "script"]
+ , "name": ["built-in-resolution"]
+ , "test": ["built-in-resolution.sh"]
+ , "deps": [["end-to-end", "tool-under-test"]]
+ }
+, "glob expansion":
+ { "type": ["@", "rules", "shell/test", "script"]
+ , "name": ["glob"]
+ , "test": ["glob.sh"]
+ , "deps": [["end-to-end", "tool-under-test"]]
+ }
+, "configure target name":
+ { "type": ["@", "rules", "shell/test", "script"]
+ , "name": ["configure-target"]
+ , "test": ["configure-target.sh"]
+ , "deps": [["end-to-end", "tool-under-test"]]
+ }
+, "configure variables":
+ { "type": ["@", "rules", "shell/test", "script"]
+ , "name": ["configure-vars"]
+ , "test": ["configure-vars.sh"]
+ , "deps": [["end-to-end", "tool-under-test"]]
+ }
+, "TESTS":
+ { "type": "install"
+ , "tainted": ["test"]
+ , "deps":
+ [ "upwards reference"
+ , "repository naming"
+ , "resolution of built-in rules"
+ , "glob expansion"
+ , "configure target name"
+ , "configure variables"
+ ]
+ }
+}