summaryrefslogtreecommitdiffstatshomepage
path: root/exercises/059_integers.zig
diff options
context:
space:
mode:
authorManlio Perillo <manlio.perillo@gmail.com>2023-05-13 13:58:12 +0200
committerManlio Perillo <manlio.perillo@gmail.com>2023-05-14 17:22:03 +0200
commitdc2539ec4e9435c9c5dec793ca1e5abcd8cd3014 (patch)
tree65dddf8aecdb6e52c59642206deb91efa580de4c /exercises/059_integers.zig
parentede6671c27d7ede149bed0f0b8519abf2bc94a18 (diff)
build: simplify the named build mode
Remove the following steps, since they are rarely (if never) used and only increase the complexity of the `build.zig` file: - install step (zig build -Dn=n install) - test step (zig build -Dn=n test) - start step (zig build -Dn=n start) The only remaining step is the default zigling step (zig build -Dn=n), where the user can choose the exercise to solve. Update the tests. Additionally, update CheckNamedStep and CheckStep so that they can share the same functions. Closes #299
Diffstat (limited to 'exercises/059_integers.zig')
0 files changed, 0 insertions, 0 deletions