summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-11-22 13:56:05 -0800
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2015-11-22 13:56:05 -0800
commit68fb6a79e3e9fe08f1ea31d0862dfe8e9d54b46a (patch)
tree3d06d0be0f4047ff8e8e33b6ac4ba4f42d9418d5 /Makefile
parent688a0f64243dd158281945a9aa87b5048e27a516 (diff)
downloadrvi_core-68fb6a79e3e9fe08f1ea31d0862dfe8e9d54b46a.tar.gz
Now runs local rebar on test target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39e47c3..21462bb 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ xref: compile
ci: xref test
test: compile escript
- rebar ct skip_deps=true
+ ./rebar ct skip_deps=true
# Create a SOURCES tarball for RPM
rpm_tarball: rpmclean clean