aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-09-04 18:13:39 +0200
committerLoïc Hoguin <[email protected]>2013-09-04 18:13:39 +0200
commit2f35af5b0a67f591dde5ae4305a9587988a37c0c (patch)
tree30855b6a1f855891ed5bd54e539fcf461521cafa /Makefile
parent6f070d80c0fb6ff6197b2f8e3d5eb6d38e469c14 (diff)
downloadcowlib-2f35af5b0a67f591dde5ae4305a9587988a37c0c.tar.gz
cowlib-2f35af5b0a67f591dde5ae4305a9587988a37c0c.tar.bz2
cowlib-2f35af5b0a67f591dde5ae4305a9587988a37c0c.zip
Introduce cow_http support module0.1.0
This module contains parsing functions for the basic HTTP items, basically request-line, response-line and host.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3b44c01..29a2f7e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
# See LICENSE for licensing information.
PROJECT = cowlib
+CT_SUITES = eunit
include erlang.mk