From 09eac6ddbc54c6daf8e17b9349b3fe5b1f6bf74c Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Sat, 23 Jan 2021 15:20:58 -0600 Subject: [PATCH] add zig test --- lxc/test_all_lxc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lxc/test_all_lxc b/lxc/test_all_lxc index d8c6481..59bba84 100755 --- a/lxc/test_all_lxc +++ b/lxc/test_all_lxc @@ -61,3 +61,5 @@ echo -n 'testing swift = ' ../../cli/execute swift swift.swift echo -n 'testing typescript = ' ../../cli/execute typescript typescript.ts +echo -n 'testing zig = ' +../../cli/execute zig zig.zig