From 794beb8b775cd304b6dd69dd2939b0bd8c1e9fd9 Mon Sep 17 00:00:00 2001 From: Nick Vatamaniuc Date: Wed, 14 Apr 2021 03:05:29 -0400 Subject: 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. --- Makefile | 6 +++--- Makefile.win | 2 +- 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= -- cgit v1.2.1