aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
diff options
context:
space:
mode:
authorAlexandros Naskos <alex_naskos@hotmail.com>2018-04-16 04:06:00 +0300
committerAlexandros Naskos <alex_naskos@hotmail.com>2018-04-16 04:06:00 +0300
commit6492763befb40e65be3fca2bbb2c093997935746 (patch)
tree9a42a76b08c32dbbe2cc560ac04a27295812573e /test/tests.zig
parent1c85050dad6a7e1d486606205ca2eb2cd7028ef5 (diff)
downloadzig-6492763befb40e65be3fca2bbb2c093997935746.tar.gz
zig-6492763befb40e65be3fca2bbb2c093997935746.zip
Fixed test build code
Diffstat (limited to 'test/tests.zig')
-rw-r--r--test/tests.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tests.zig b/test/tests.zig
index 19a4f82b74..c3c7bf9d4b 100644
--- a/test/tests.zig
+++ b/test/tests.zig
@@ -583,6 +583,7 @@ pub const CompileErrorContext = struct {
Mode.Debug => {},
Mode.ReleaseSafe => zig_args.append("--release-safe") catch unreachable,
Mode.ReleaseFast => zig_args.append("--release-fast") catch unreachable,
+ Mode.ReleaseSmall => zig_args.append("--release-small") catch unreachable,
}
warn("Test {}/{} {}...", self.test_index+1, self.context.test_index, self.name);