From e5d4c1f22f29d2ab9e7fb8b5bdd298d02ffaec1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 26 Jul 2011 10:46:06 +0200 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3