Skip to content

Commit

Permalink
Support interpolation including parameterized goal params #153 rfct
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Jan 3, 2024
1 parent 84a5182 commit 66f9a69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makesurefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
fi
}

# The idea of having this here (not using a named glob goal) is to be able
# to run `./makesure tests/test.tush` instead of `./makesure tested@tests/test.tush`
@goal tested
@doc 'runs all *.tush tests (stop at 1st error)'
@depends_on 'tests/*.tush'
Expand Down

0 comments on commit 66f9a69

Please sign in to comment.