aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-08-27 23:33:22 +0200
committerLoïc Hoguin <[email protected]>2015-08-27 23:33:22 +0200
commit637bbe4bdedfcefc915c770160aafae0d2c62ff5 (patch)
tree2d8797cc0662212b8f93bc545be2bfbef14db084
parent873de1b3c4f58d51818cd9e2ad13a89047a06edb (diff)
downloadcowlib-637bbe4bdedfcefc915c770160aafae0d2c62ff5.tar.gz
cowlib-637bbe4bdedfcefc915c770160aafae0d2c62ff5.tar.bz2
cowlib-637bbe4bdedfcefc915c770160aafae0d2c62ff5.zip
Fix compilation for tests
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b02a25c..73f3318 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,8 @@ CI_OTP = OTP_R15B OTP_R15B01 OTP_R15B02 OTP_R15B03-1 OTP_R16B01 OTP_R16B02 OTP_R
include erlang.mk
+TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' -DEXTRA=1
+
.PHONY: gen perfs
# Mimetypes module generator.