Skip to content

Commit

Permalink
Build bench as part of release too
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Nov 29, 2023
1 parent 7fd503a commit b6cfa66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ endif
testInterfaces:
@$(TIME) cabal new-test SBVConnections

benchBuild:
@$(TIME) cabal new-build SBVBench

# If you specify TGT, it'll just run on that target. Give the full path to the haskell file with .hs extension
# If you also specify FAST, it won't compile first; good when you change the "comment" but not the code
docTest:
Expand All @@ -124,7 +127,7 @@ mkDistro:
releaseNoBuild: testsuite testInterfaces mkDistro checkLinks
@echo "*** SBV is ready for release! -- no SBV build was done."

fullRelease: veryclean checkExtensions install docs testsuite testInterfaces mkDistro checkLinks
fullRelease: veryclean checkExtensions install docs testsuite testInterfaces benchBuild mkDistro checkLinks
@echo "*** SBV is ready for release!"

release:
Expand Down

0 comments on commit b6cfa66

Please sign in to comment.