mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
don't install conformance tests
This commit is contained in:
@ -123,12 +123,10 @@ fn conformanceSteps(
|
|||||||
entry.name,
|
entry.name,
|
||||||
});
|
});
|
||||||
|
|
||||||
// Executable builder. We install all conformance tests so that
|
// Executable builder.
|
||||||
// `zig build` verifies they work.
|
|
||||||
const c_exe = b.addExecutable(name, path);
|
const c_exe = b.addExecutable(name, path);
|
||||||
c_exe.setTarget(target);
|
c_exe.setTarget(target);
|
||||||
c_exe.setBuildMode(mode);
|
c_exe.setBuildMode(mode);
|
||||||
c_exe.install();
|
|
||||||
|
|
||||||
// Store the mapping
|
// Store the mapping
|
||||||
try map.put(name, c_exe);
|
try map.put(name, c_exe);
|
||||||
|
Reference in New Issue
Block a user