mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 10:17:34 +03:00
;tools: update make ghcid-test[-PAT]
[ci skip]
This commit is contained in:
parent
91a3b03359
commit
177e24c078
4
Makefile
4
Makefile
@ -323,10 +323,10 @@ ghcid-web: $(call def-help,ghcid-web, start ghcid autobuilder on hledger-lib + h
|
|||||||
ghcid -c 'make ghci-web'
|
ghcid -c 'make ghci-web'
|
||||||
|
|
||||||
ghcid-test: $(call def-help,ghcid-test, start ghcid autobuilding and running the test command)
|
ghcid-test: $(call def-help,ghcid-test, start ghcid autobuilding and running the test command)
|
||||||
ghcid -c 'make ghci' --test ':main test'
|
ghcid -c 'make ghci' --test ':main test -- --color=always'
|
||||||
|
|
||||||
ghcid-test-%: $(call def-help,ghcid-test-TESTPATTERN, start ghcid autobuilding and running the test command with the given TESTPATTERN)
|
ghcid-test-%: $(call def-help,ghcid-test-TESTPATTERN, start ghcid autobuilding and running the test command with the given TESTPATTERN)
|
||||||
ghcid -c 'make ghci' --test ':main test $*'
|
ghcid -c 'make ghci' --test ':main test -- --color=always -p$*'
|
||||||
|
|
||||||
ghcid-doctest: $(call def-help,ghcid-doctest, start ghcid autobuilding and running hledger-lib doctests)
|
ghcid-doctest: $(call def-help,ghcid-doctest, start ghcid autobuilding and running hledger-lib doctests)
|
||||||
ghcid -c 'cd hledger-lib; $(STACK) ghci hledger-lib:test:doctests' --test ':main' --reload hledger-lib
|
ghcid -c 'cd hledger-lib; $(STACK) ghci hledger-lib:test:doctests' --test ':main' --reload hledger-lib
|
||||||
|
Loading…
Reference in New Issue
Block a user