summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/TARGETS7
-rw-r--r--test/bootstrap/TARGETS8
-rw-r--r--test/bootstrap/test-bootstrap.sh (renamed from test/test-bootstrap.sh)0
3 files changed, 11 insertions, 4 deletions
diff --git a/test/TARGETS b/test/TARGETS
index 885bb26c..79ad3519 100644
--- a/test/TARGETS
+++ b/test/TARGETS
@@ -23,9 +23,8 @@
, "target": ["TESTS"]
}
, "bootstrap-test":
- { "type": ["@", "rules", "shell/test", "script"]
- , "name": ["bootstrap-test"]
- , "test": ["test-bootstrap.sh"]
- , "deps": [["", "bootstrap-src"], ["@", "just-distfiles", "", "distdir"]]
+ { "type": "install"
+ , "tainted": ["test"]
+ , "deps": [["./", "bootstrap", "TESTS"]]
}
}
diff --git a/test/bootstrap/TARGETS b/test/bootstrap/TARGETS
new file mode 100644
index 00000000..3873cbce
--- /dev/null
+++ b/test/bootstrap/TARGETS
@@ -0,0 +1,8 @@
+{ "bundled-test":
+ { "type": ["@", "rules", "shell/test", "script"]
+ , "name": ["bootstrap-test-bundled"]
+ , "test": ["test-bootstrap.sh"]
+ , "deps": [["", "bootstrap-src"], ["@", "just-distfiles", "", "distdir"]]
+ }
+, "TESTS": {"type": "install", "tainted": ["test"], "deps": ["bundled-test"]}
+}
diff --git a/test/test-bootstrap.sh b/test/bootstrap/test-bootstrap.sh
index e6b851fa..e6b851fa 100644
--- a/test/test-bootstrap.sh
+++ b/test/bootstrap/test-bootstrap.sh