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 b8d7f26 commit 593618b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makesurefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@
fi
}

@goal tested
@doc 'runs all *.tush tests (stop at 1st error)'
@depends_on 'tests/*.tush'

@goal fhtagn @params EXE_NAME
@doc 'runs all *.tush tests'
@depends_on fhtagn_installed
Expand All @@ -99,7 +95,8 @@
[[ "$OSTYPE" == "linux-gnu"* ]] && [[ -d /dev/shm ]] && export TMPDIR="/dev/shm"
MAKESURE=makesure_dev ALL=1 "$FHTAGN" tests/*.tush

@goal @glob 'tests/*.tush' @private
@goal tested @glob 'tests/*.tush'
@doc 'runs all *.tush tests (stop at 1st error)'
@depends_on prepared4tests
@use_lib testing
MAKESURE=makesure_dev \
Expand Down

0 comments on commit 593618b

Please sign in to comment.