summaryrefslogtreecommitdiff
path: root/test/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/TARGETS')
-rw-r--r--test/TARGETS19
1 files changed, 2 insertions, 17 deletions
diff --git a/test/TARGETS b/test/TARGETS
index 0b1dbefd..9054bd75 100644
--- a/test/TARGETS
+++ b/test/TARGETS
@@ -32,13 +32,7 @@
, "ALL":
{ "type": "configure"
, "arguments_config":
- [ "OS"
- , "ARCH"
- , "HOST_ARCH"
- , "TARGET_ARCH"
- , "COMPILER_FAMILY"
- , "TEST_BOOTSTRAP_JUST_MR"
- ]
+ ["OS", "ARCH", "HOST_ARCH", "TARGET_ARCH", "TEST_BOOTSTRAP_JUST_MR"]
, "tainted": ["test"]
, "target": "TESTS"
, "config":
@@ -58,20 +52,11 @@
, "default": {"type": "var", "name": "ARCH"}
}
]
- , [ "COMPILER_FAMILY"
- , {"type": "var", "name": "COMPILER_FAMILY", "default": "clang"}
- ]
]
, "body":
{ "type": "env"
, "vars":
- [ "OS"
- , "ARCH"
- , "HOST_ARCH"
- , "TARGET_ARCH"
- , "COMPILER_FAMILY"
- , "TEST_BOOTSTRAP_JUST_MR"
- ]
+ ["OS", "ARCH", "HOST_ARCH", "TARGET_ARCH", "TEST_BOOTSTRAP_JUST_MR"]
}
}
}