aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-07-26 10:46:06 +0200
committerLoïc Hoguin <[email protected]>2011-07-26 10:46:06 +0200
commite5d4c1f22f29d2ab9e7fb8b5bdd298d02ffaec1e (patch)
tree5be8603b0da98114b62a2781bf9b0ddd1fb356cd /Makefile
parent503a0c76628236ed14a22802c2ebd523148ab0e3 (diff)
downloadcowboy-e5d4c1f22f29d2ab9e7fb8b5bdd298d02ffaec1e.tar.gz
cowboy-e5d4c1f22f29d2ab9e7fb8b5bdd298d02ffaec1e.tar.bz2
cowboy-e5d4c1f22f29d2ab9e7fb8b5bdd298d02ffaec1e.zip
Add a PropEr test for cowboy_dispatcher:split_host/1
Mostly thanks to Magnus Klaar as it took me a while to figure out how PropEr tests had to be written.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2a3a8c0..0cf2950 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ clean:
tests: clean app eunit ct
eunit:
- @$(REBAR) eunit
+ @$(REBAR) eunit skip_deps=true
ct:
@$(REBAR) ct