summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2023-03-27 11:15:53 +0100
committerRobert Newson <rnewson@apache.org>2023-03-27 17:39:45 +0100
commite0e24ed5949e1dde2e52b97f021768c330bb9da8 (patch)
tree9469c31457f33dcece55b9a4b3645cf9684600e9
parent211f5dd4a711847986d3b4febdc12e365d0bdc6e (diff)
downloadcouchdb-e0e24ed5949e1dde2e52b97f021768c330bb9da8.tar.gz
run nouveau tests at the end
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ac1696ea..0990dc14c 100644
--- a/Makefile
+++ b/Makefile
@@ -151,12 +151,13 @@ escriptize: couch
.PHONY: check
# target: check - Test everything
-check: all nouveau-test
+check: all
@$(MAKE) exunit
@$(MAKE) eunit
@$(MAKE) mango-test
@$(MAKE) elixir-suite
@$(MAKE) weatherreport-test
+ @$(MAKE) nouveau-test
ifdef apps
subdirs = $(apps)