aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2fc0038..bfbaab8 100644
--- a/Makefile
+++ b/Makefile
@@ -88,9 +88,9 @@ ct: compile clean-common-test-data
-pa $(CURDIR)/deps/*/ebin \
-logdir $(CURDIR)/logs \
-dir $(CURDIR)/test/ \
- -suite rclt_command_SUITE rclt_discover_SUITE -suite rclt_release_SUITE
+ -suite rlx_command_SUITE rlx_discover_SUITE -suite rlx_release_SUITE
-test: compile eunit ct
+test: compile dialyzer eunit ct
$(DEPS_PLT):
@echo Building local erts plt at $(DEPS_PLT)