lib/std/Build/Module.zig | 1 + lib/std/Build/Step/WriteFile.zig | 56 +++++++++++++------------------- test/src/Cases.zig | 6 ++-- test/src/CompareOutput.zig | 10 +++--- test/src/RunTranslatedC.zig | 6 ++-- test/src/StackTrace.zig | 5 +-- test/src/TranslateC.zig | 6 ++-- test/standalone/build.zig.zon | 3 ++ test/standalone/dep_lazypath/build.zig | 37 +++++++++++++++++++++ test/standalone/dep_lazypath/inc/foo.h | 1 + test/standalone/dep_lazypath/inctest.zig | 8 +++++ test/tests.zig | 4 +-- 12 files changed, 96 insertions(+), 47 deletions(-)