aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2015-01-10 19:42:49 -0600
committerTristan Sloughter <[email protected]>2015-01-10 21:46:33 -0600
commit05adf1f78a776406f19774de51ab42dfbd7da7ad (patch)
tree7e82f8c938fcba4c642490e38900cc6fbe6be5fb /Makefile
parentc215312707728f0b50f4dd71e7ac9b4305850bad (diff)
downloadrelx-05adf1f78a776406f19774de51ab42dfbd7da7ad.tar.gz
relx-05adf1f78a776406f19774de51ab42dfbd7da7ad.tar.bz2
relx-05adf1f78a776406f19774de51ab42dfbd7da7ad.zip
remove system libs from tarball if set to false
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad4b5d6..43f0d7e 100644
--- a/Makefile
+++ b/Makefile
@@ -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