From 3a776b146e9a890eb2e1ce27ec59305c150dc156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 8 Apr 2011 16:30:37 +0200 Subject: Initial work on a ct test suite for the HTTP protocol. Handles two basic tests for both HTTP and HTTPS. Also renames 'make test' into 'make tests'. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a6fb96c..8ee24b1 100644 --- a/Makefile +++ b/Makefile @@ -9,10 +9,12 @@ app: clean: @$(REBAR) clean + rm -f test/*.beam rm -f erl_crash.dump -test: +tests: app @$(REBAR) eunit + @$(REBAR) ct dialyze: @$(REBAR) dialyze -- cgit v1.2.3