aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-04-08 16:30:37 +0200
committerLoïc Hoguin <[email protected]>2011-04-08 16:30:37 +0200
commit3a776b146e9a890eb2e1ce27ec59305c150dc156 (patch)
tree866f00f3863fd63432240087ebe7f57af7cb5fd9 /Makefile
parent4cbba84a00e40d25211617194a643763963ee81b (diff)
downloadcowboy-3a776b146e9a890eb2e1ce27ec59305c150dc156.tar.gz
cowboy-3a776b146e9a890eb2e1ce27ec59305c150dc156.tar.bz2
cowboy-3a776b146e9a890eb2e1ce27ec59305c150dc156.zip
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'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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