tools: fix quickcabaltest
This commit is contained in:
parent
91529c56fe
commit
2d51ab1a2d
11
Makefile
11
Makefile
@ -163,7 +163,7 @@ codetest: unittest functest
|
|||||||
committest: hlinttest unittest doctest functest haddocktest warningstest quickcabaltest
|
committest: hlinttest unittest doctest functest haddocktest warningstest quickcabaltest
|
||||||
|
|
||||||
# thorough pre-release tests - run before release
|
# thorough pre-release tests - run before release
|
||||||
releasetest: unittest doctest functest haddocktest warningstest fullcabaltest
|
releasetest: unittest doctest functest warningstest fullcabaltest haddocktest
|
||||||
|
|
||||||
hlinttest hlint:
|
hlinttest hlint:
|
||||||
hlint --hint=hlint --report=hlint.html $(SOURCEFILES)
|
hlint --hint=hlint --report=hlint.html $(SOURCEFILES)
|
||||||
@ -209,10 +209,15 @@ warningstest:
|
|||||||
|
|
||||||
# make sure cabal is reasonably happy
|
# make sure cabal is reasonably happy
|
||||||
quickcabaltest: setversion
|
quickcabaltest: setversion
|
||||||
@(cabal clean \
|
(cd hledger-lib \
|
||||||
|
&& cabal clean \
|
||||||
|
&& cabal check \
|
||||||
|
&& cabal configure \
|
||||||
|
&& cd .. \
|
||||||
|
&& cabal clean \
|
||||||
&& cabal check \
|
&& cabal check \
|
||||||
&& cabal configure -fvty -fweb \
|
&& cabal configure -fvty -fweb \
|
||||||
&& echo $@ passed) || echo $@ FAILED
|
&& echo $@ PASSED) || echo $@ FAILED
|
||||||
|
|
||||||
# make sure cabal is happy in all possible ways
|
# make sure cabal is happy in all possible ways
|
||||||
fullcabaltest: setversion
|
fullcabaltest: setversion
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user