diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-04-08 12:40:30 -0400 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-04-09 10:21:36 -0400 |
| commit | 9282e95e8844afe856ba76ceb6d2c3010df8bb1a (patch) | |
| tree | e35affc89b20324371381e079f7cb5f8a06aa81b /data/helper/scripts/test | |
| parent | 2b5d4232879dc74491dabf54a0ddc958d66ebcec (diff) | |
| download | aoc2020-zig-master.tar.gz aoc2020-zig-master.zip | |
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 |
