summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@gmail.com>2021-04-14 03:05:29 -0400
committerNick Vatamaniuc <nickva@users.noreply.github.com>2021-04-16 17:44:43 -0400
commit32179742424388ef3cd0a088aa93d9c12099814f (patch)
treee45037b84bd9e0ca92a83dbe88a12f7b460192d1
parent3f9894fcc278438e9459339b88806f0f7c4478c3 (diff)
downloadcouchdb-32179742424388ef3cd0a088aa93d9c12099814f.tar.gz
Clean up Makefiles and start running all the unit tests
* Remove non-existent applications * Most importantly, start running all the unit test. This should include 500+ new couch tests. * Noticed `local` application was flaky and periodically timing out in CI. Since it's a transitive dependency of jaeger, let's skip running it for now. It's a bit in the same category as brcypt, meck and hyper.
-rw-r--r--Makefile6
-rw-r--r--Makefile.win2
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index a748b2c57..79141184f 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ DESTDIR=
# Rebar options
apps=
-skip_deps=folsom,meck,mochiweb,triq,proper,snappy,bcrypt,hyper
+skip_deps=folsom,meck,mochiweb,proper,bcrypt,hyper,local
suites=
tests=
@@ -160,9 +160,9 @@ endif
.PHONY: check
check: all
@$(MAKE) emilio
- @$(MAKE) eunit apps=couch_eval,couch_expiring_cache,ctrace,couch_jobs,couch_views,fabric,mango,chttpd,couch_replicator
+ @$(MAKE) eunit
@$(MAKE) elixir-suite
- @$(MAKE) exunit apps=chttpd
+ @$(MAKE) exunit
@$(MAKE) mango-test
.PHONY: eunit
diff --git a/Makefile.win b/Makefile.win
index aeb7fe7b6..5240da377 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -76,7 +76,7 @@ DESTDIR=
# Rebar options
apps=
-skip_deps=folsom,meck,mochiweb,triq,proper,snappy,bcrypt,hyper
+skip_deps=folsom,meck,mochiweb,proper,bcrypt,hyper
suites=
tests=