Skip to content

Commit

Permalink
Upd. makesure to v0.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Oct 8, 2023
1 parent 8fce391 commit e5040a7
Show file tree
Hide file tree
Showing 2 changed files with 587 additions and 555 deletions.
20 changes: 10 additions & 10 deletions Makesurefile
@@ -1,18 +1,18 @@
# vim: syntax=bash
@options timing

@define FHTAGN_VERSION='904e7833d9866b1b2a3e7a0c75d84dd159c7297a'
@define FHTAGN_URL="https://github.com/xonixx/fhtagn/raw/$FHTAGN_VERSION/fhtagn.awk"
@define JSONTestSuite_REPO='https://github.com/nst/JSONTestSuite'
@define GOAWK_VERSION='1.23.2'
@define GOAWK="goawk$GOAWK_VERSION"
@define AWK='awk'
@define FHTAGN_VERSION 'v0.1.0'
@define FHTAGN_URL "https://github.com/xonixx/fhtagn/raw/$FHTAGN_VERSION/fhtagn.awk"
@define JSONTestSuite_REPO 'https://github.com/nst/JSONTestSuite'
@define GOAWK_VERSION '1.23.2'
@define GOAWK "goawk$GOAWK_VERSION"
@define AWK 'awk'

@goal soft_folder_created @private
@reached_if [[ -d "soft" ]]
mkdir soft

@define FHTAGN="soft/fhtagn.awk"
@define FHTAGN "soft/fhtagn.awk"

@goal fhtagn_installed @private
@depends_on soft_folder_created
Expand Down Expand Up @@ -104,7 +104,7 @@
@doc 'run tests'
@depends_on '*.tush'

@define COVERPROFILE="/tmp/cov.txt"
@define COVERPROFILE "/tmp/cov.txt"

@goal cov_deleted @private
rm -f "$COVERPROFILE"
Expand Down Expand Up @@ -317,8 +317,8 @@
mv goawk $GOAWK
"./$GOAWK" --version

@define GOAWK_BRANCH='bytecode'
@define GOAWK_BRANCH_EXE="goawk_$GOAWK_BRANCH"
@define GOAWK_BRANCH 'bytecode'
@define GOAWK_BRANCH_EXE "goawk_$GOAWK_BRANCH"

@goal installed_goawk_branch @private
@reached_if [[ -f soft/$GOAWK_BRANCH_EXE ]]
Expand Down

0 comments on commit e5040a7

Please sign in to comment.