zig/test
Andrew Kelley 7b0542d08b build system: consolidate duplicate code and more
* add ability to add assembly files when building an exe, obj, or lib
 * add implicit cast from `[N]T` to `?[]const T` (closes #343)
 * remove link_exe and link_lib in favor of allowing build_exe and
   build_lib support no root zig source file
2017-04-26 19:17:05 -04:00
..
cases build system: consolidate duplicate code and more 2017-04-26 19:17:05 -04:00
standalone/issue_339 fix crash when unwrapping error with no error decls 2017-04-23 03:14:22 -04:00
assemble_and_link.zig convert assemble and link tests to zig build system 2017-04-19 14:00:12 -04:00
behavior.zig test framework supports name prefix and filter argument 2017-04-19 15:38:12 -04:00
build_examples.zig fix crash when unwrapping error with no error decls 2017-04-23 03:14:22 -04:00
compare_output.zig rename `@ptrcast` to `@ptrCast` to follow convention 2017-04-21 10:39:13 -04:00
compile_errors.zig defer requires expr to be void. closes #341 2017-04-23 22:33:06 -07:00
debug_safety.zig convert debug safety tests to zig build system 2017-04-19 14:41:59 -04:00
parseh.zig convert parseh tests to zig build system 2017-04-19 16:59:20 -04:00
tests.zig build system: consolidate duplicate code and more 2017-04-26 19:17:05 -04:00