Skip to content

Commit

Permalink
delete output before testing in just
Browse files Browse the repository at this point in the history
  • Loading branch information
probably-neb committed May 26, 2024
1 parent 0788577 commit ff65ae0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ build-suite-test name *BUILD_ARGS: build
name="{{name}}"
name="${name#array_}"
dir="{{TEST_SUITE}}/{{name}}"
rm -f "{{TEST_SUITE}}/input"
rm -f "{{TEST_SUITE}}/input.longer"
{{minipp}} -i "$dir/${name}.mini" -o "$dir/{{name}}.ll" {{BUILD_ARGS}}
clang "$dir/{{name}}.ll" -o "$dir/{{name}}"
Expand Down

0 comments on commit ff65ae0

Please sign in to comment.