zig/test/standalone/static_c_lib
Andrew Kelley 60eabc0eca std.Build.CompileStep: remove run() and install()
These functions are problematic in light of dependencies because they
run and install, respectively, for the *owner* package rather than for
the *user* package. By removing these functions, the build script is
forced to provide the *Build object to associate the new step with,
making everything less surprising.

Unfortunately, this is a widely breaking change.

see #15079
2023-04-10 18:35:14 -07:00
..
build.zig std.Build.CompileStep: remove run() and install() 2023-04-10 18:35:14 -07:00
foo.c simple test for exporting variables in static libs 2019-11-24 21:33:58 +01:00
foo.h simple test for exporting variables in static libs 2019-11-24 21:33:58 +01:00
foo.zig update usage of std.testing in behavior and standalone tests 2021-05-08 15:15:30 +03:00