From 8e411a4f87a293cd2a6c01a3a4494631a154751e Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 2 Jul 2024 16:17:37 +0200 Subject: test.TARGETS: inherit shell and foreign toolchain ... and also add the missing bindings for the remaining test rules. --- etc/defaults/shell/test.TARGETS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'etc/defaults/shell/test.TARGETS') diff --git a/etc/defaults/shell/test.TARGETS b/etc/defaults/shell/test.TARGETS index 705d1d7..7b0f232 100644 --- a/etc/defaults/shell/test.TARGETS +++ b/etc/defaults/shell/test.TARGETS @@ -1 +1,5 @@ -{"defaults": {"type": "defaults"}} +{ "defaults": + { "type": "defaults" + , "base": [["@", "stage-0", "shell", "defaults"]] + } +} -- cgit v1.2.3