summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2015-08-20 11:26:51 +0200
committerUlf Wiger <ulf@feuerlabs.com>2015-11-20 13:41:50 -0800
commit0b27c827d9161f412b307dc01473f77d71a2c44d (patch)
treeae1bde8759736c0cf63e3da6d377a7a54f061cb7 /Makefile
parent630af3f1b1d63cdfd20480e4d14e7afd0b704e8c (diff)
downloadrvi_core-0b27c827d9161f412b307dc01473f77d71a2c44d.tar.gz
ensure escripts built before ct
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 383b776..e98465e 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
# Makefile for the RVI node.
#
-.PHONY: all deps compile clean rpm rpmclean test xref ci
+.PHONY: all deps compile clean rpm rpmclean test xref ci escript
SCRIPTS=scripts/setup_gen \
scripts/author
@@ -54,8 +54,8 @@ xref: compile
ci: xref test
-test: compile
- rebar ct
+test: compile escript
+ rebar ct skip_deps=true
# Create a SOURCES tarball for RPM
rpm_tarball: rpmclean clean