diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -101,7 +101,8 @@ ct: compile clean-common-test-data -logdir $(CURDIR)/logs \ -dir $(CURDIR)/test/ \ -cover cover.spec \ - -suite rlx_command_SUITE rlx_discover_SUITE -suite rlx_release_SUITE + -suite rlx_command_SUITE rlx_discover_SUITE -suite rlx_release_SUITE \ + -suite rlx_archive_SUITE test: compile dialyzer eunit ct |