Skip to content

Commit

Permalink
Merge pull request #5129 from kit-ty-kate/make-test
Browse files Browse the repository at this point in the history
Add a 'test' target
  • Loading branch information
rjbou authored Apr 30, 2022
2 parents e695af2 + b2a761b commit 852a713
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ uninstall: opam.install
$(OPAMINSTALLER) -u $(OPAMINSTALLER_FLAGS) $<
$(OPAMINSTALLER) -u $(OPAMINSTALLER_FLAGS) opam-installer.install

.PHONY: test
test: tests

.PHONY: tests
tests: $(DUNE_DEP) src/client/no-git-version
@$(DUNE) runtest $(DUNE_PROFILE_ARG) --root . $(DUNE_ARGS) src/ tests/ --no-buffer; \
Expand Down
1 change: 1 addition & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ users)
* Add `jsonm` (and `uutf`) dependency [#5098 @rjbou - fix #5085]
* Bump opam-file-format to 2.1.4 [#5117 @kit-ty-kate - fix #5116]
* Add `sha` dependency [#5042 @kit-ty-kate]
* Add a 'test' target [#5129 @kit-ty-kate @mehdid - partially fixes #5058]

## Infrastructure
* Fix caching of Cygwin compiler on AppVeyor [#4988 @dra27]
Expand Down

0 comments on commit 852a713

Please sign in to comment.