From 16fe473d4081c130d5678e8d9757dedbea6d5166 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 21 Jun 2022 11:02:08 +0200 Subject: Add new distdir repo bootstrap test --- TARGETS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'TARGETS') 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"]] + } } -- cgit v1.2.3