"""Platform specific way to build the default binaries."""
testdir = self.mydir
testname = self.getBuildDirBasename()
+
+ if not architecture and configuration.arch:
+ architecture = configuration.arch
+
if self.getDebugInfo():
raise Exception("buildDefault tests must set NO_DEBUG_INFO_TESTCASE")
module = builder_module()