tools: make: rename rules to ghci[d]-doctest

[ci skip]
This commit is contained in:
Simon Michael 2018-06-07 18:20:14 -07:00
parent 305f208862
commit ee68fed951

View File

@ -566,7 +566,7 @@ ghcid-web: $(call def-help,ghcid-web, start ghcid autobuilder on hledger-lib + h
ghcid-api: $(call def-help,ghcid-api, start ghcid autobuilder on hledger-lib + hledger + hledger-api)
ghcid -c 'make ghci-api'
ghcid-lib-doctest: $(call def-help,ghcid-lib-doctest, start ghcid autobuilder on hledger-lib doctests)
ghcid-doctest: $(call def-help,ghcid-lib-doctest, start ghcid autobuilder on hledger-lib doctests)
ghcid -c 'cd hledger-lib; $(STACK) ghci hledger-lib:test:doctests' --test ':main' --reload hledger-lib
ghcid-shake: $(call def-help,ghcid-shake, start ghcid autobuilder on Shake.hs)
@ -607,7 +607,7 @@ ghci-api: (call def-help,ghci-api, start ghci REPL on hledger-lib + hledger + hl
# hledger-web/app/main.hs \
# hledger-api/hledger-api.hs \
ghci-lib-doctest: $(call def-help,ghci-lib-doctest, start ghci REPL on hledger-lib doctests)
ghci-doctest: $(call def-help,ghci-lib-doctest, start ghci REPL on hledger-lib doctests)
cd hledger-lib; $(STACK) ghci hledger-lib:test:doctests