aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEgobrain <[email protected]>2013-04-18 18:14:40 +0400
committerEgobrain <[email protected]>2013-04-26 17:08:53 +0400
commit3bf5b46786136a004b4085098c9b46cd47295774 (patch)
tree9c21fef0d187a5587226c3bd4805b24411f87533 /Makefile
parent61b3157ad14ae49da3ac6b33643a876eb18bbf2a (diff)
downloadcowboy-3bf5b46786136a004b4085098c9b46cd47295774.tar.gz
cowboy-3bf5b46786136a004b4085098c9b46cd47295774.tar.bz2
cowboy-3bf5b46786136a004b4085098c9b46cd47295774.zip
Removed asserts from unit tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1463cb4..08adaa8 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ CT_RUN = ct_run \
-logdir logs
# -cover test/cover.spec
-tests: ERLC_OPTS += -DTEST=1
+tests: ERLC_OPTS += -DTEST=1 +'{parse_transform, eunit_autoexport}'
tests: clean clean-deps deps app build-tests
@mkdir -p logs/
@$(CT_RUN) -suite eunit_SUITE http_SUITE ws_SUITE