diff options
Diffstat (limited to 'data/helper/scripts/test')
| -rwxr-xr-x | data/helper/scripts/test | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/data/helper/scripts/test b/data/helper/scripts/test deleted file mode 100755 index 945f226..0000000 --- a/data/helper/scripts/test +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -[ ! -e "$SOLUTIONS_ROOT/cache" ] && mkdir "$SOLUTIONS_ROOT/cache" -zig test --cache-dir "$SOLUTIONS_ROOT/cache" \ - --pkg-begin "console8" "$SOLUTIONS_ROOT/lib/console8.zig" --pkg-end \ - --pkg-begin "aoc" "$SOLUTIONS_ROOT/lib/aoc.zig" --pkg-end \ - main.zig |
