build conformance into dedicated directory

pull/80/head
Mitchell Hashimoto 2023-02-10 08:43:32 -08:00
parent 7d16acdf06
commit 4a1ff37d63
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 2 additions and 0 deletions

View File

@ -496,6 +496,8 @@ fn conformanceSteps(
const c_exe = b.addExecutable(name, path);
c_exe.setTarget(target);
c_exe.setBuildMode(mode);
c_exe.setOutputDir("zig-out/bin/conformance");
c_exe.install();
// Store the mapping
try map.put(name, c_exe);