From 3bf5b46786136a004b4085098c9b46cd47295774 Mon Sep 17 00:00:00 2001 From: Egobrain Date: Thu, 18 Apr 2013 18:14:40 +0400 Subject: Removed asserts from unit tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3