summaryrefslogtreecommitdiff
path: root/TARGETS
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2022-06-21 11:02:08 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2022-06-23 16:11:51 +0200
commit16fe473d4081c130d5678e8d9757dedbea6d5166 (patch)
tree47e382b9c3ee99378d2ffe4a42b053be4158a35d /TARGETS
parentd3e0d0423ea7840e661846aa55ccb74798c9fe56 (diff)
downloadjustbuild-16fe473d4081c130d5678e8d9757dedbea6d5166.tar.gz
Add new distdir repo bootstrap test
Diffstat (limited to 'TARGETS')
-rw-r--r--TARGETS15
1 files changed, 15 insertions, 0 deletions
diff --git a/TARGETS b/TARGETS
index 0943d44e..70dafc54 100644
--- a/TARGETS
+++ b/TARGETS
@@ -40,4 +40,19 @@
, "arch": [{"type": "var", "name": "ARCH", "default": "x86_64"}]
, "target": [["etc/dev", "just-ext-hdrs"]]
}
+, "bootstrap-src":
+ { "type": "install"
+ , "files": {"ROOT": "ROOT", "TARGETS": "TARGETS"}
+ , "dirs":
+ [ [["TREE", null, "bin"], "."]
+ , [["TREE", null, "rules"], "."]
+ , [["TREE", null, "etc"], "."]
+ , [["TREE", null, "src"], "."]
+ ]
+ }
+, "large-tests":
+ { "type": "install"
+ , "tainted": ["test"]
+ , "dirs": [[["test", "bootstrap-test"], "bootstrap-test"]]
+ }
}