summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2015-08-17 17:18:20 +0200
committerUlf Wiger <ulf@feuerlabs.com>2015-08-17 17:18:20 +0200
commitdc9a7274009ca2acba949c42a3f2fa31c0785f12 (patch)
tree8c19953c843e950f78ba36ee435fe312c8ee2cdf /Makefile
parentd5b05ee81d664a027be62d8c27a684f69e7d1e38 (diff)
downloadrvi_core-dc9a7274009ca2acba949c42a3f2fa31c0785f12.tar.gz
add xref target + include in ci
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 21bb308..383b776 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
# Makefile for the RVI node.
#
-.PHONY: all deps compile clean rpm rpmclean test ci
+.PHONY: all deps compile clean rpm rpmclean test xref ci
SCRIPTS=scripts/setup_gen \
scripts/author
@@ -49,7 +49,10 @@ rpmclean:
./rpm/SOURCES/* \
./rpm/SRPMS/*
-ci: test
+xref: compile
+ ERL_LIBS=$(PWD):$(PWD)/components:$(PWD)/deps rebar xref skip_deps=true
+
+ci: xref test
test: compile
rebar ct