aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
AgeCommit message (Expand)AuthorFilesLines
2024-05-29Fixed the changes from reworking std.Progress.Chris Boesch1-4/+4
2024-03-31Fix breaking zig change to @fieldParentPtr parameterskamidev1-4/+4
2024-02-06Fix zig_exe location in Build structAlexander Saltanov1-3/+3
2024-01-05Use std.Build.LazyPath over now removed std.Build.FileSource.drglove1-5/+5
2024-01-05Fix casing of std.build -> std.Build in tests.drglove1-1/+1
2023-05-15Refactor testing supportManlio Perillo1-18/+10
2023-05-15Added testing exercise.Chris Boesch1-1/+16
2023-05-14tests: improve test case 3Manlio Perillo1-8/+19
2023-05-14build: show the logo in named modeManlio Perillo1-0/+10
2023-05-14build: simplify the named build modeManlio Perillo1-158/+72
2023-05-09Restore unit testsManlio Perillo1-2/+3
2023-05-09build: make literal paths portableManlio Perillo1-1/+2
2023-05-09tests: remove the missing functions from RunStepManlio Perillo1-27/+5
2023-05-06build: use multiline string literals when necessaryManlio Perillo1-9/+49
2023-05-06build: make `Exercise.hint` optionalManlio Perillo1-1/+1
2023-05-05build: add the healed-path optionManlio Perillo1-35/+84
2023-05-04test: remove obsolete comment in the heal functionManlio Perillo1-2/+2
2023-05-04test: fix doc-commentsManlio Perillo1-7/+7
2023-05-04test: improve test case 1 and 2Manlio Perillo1-11/+12
2023-05-02test: don't run heal during configuration phaseManlio Perillo1-11/+48
2023-05-01build: rename Exercise.baseName to nameManlio Perillo1-1/+1
2023-04-29test: make the patch command silentManlio Perillo1-1/+1
2023-04-29test: fix deadlock on windows when running testsManlio Perillo1-1/+0
2023-04-24test: add a test for `zig build -Dn=1`Manlio Perillo1-0/+14
2023-04-24test: change the order of `zig build` optionsManlio Perillo1-7/+6
2023-04-24test: add test for `zig build` and `zig build -Dn=1 start`Manlio Perillo1-0/+166
2023-04-24test: fix incorrect cleanup codeManlio Perillo1-5/+7
2023-04-24test: refactorize the codeManlio Perillo1-31/+49
2023-04-11build: improve PrintStep, SkipStep and PatchStep namesManlio Perillo1-1/+1
2023-04-11build: simplify code and add testsManlio Perillo1-0/+167