aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eunit/test/Makefile
diff options
context:
space:
mode:
authorZandra Hird <[email protected]>2015-05-11 15:07:39 +0200
committerZandra Hird <[email protected]>2015-05-11 15:07:39 +0200
commit0fad26858f4e952d25ef5372dda634587ad77b57 (patch)
tree37bb39c15e7f74d1df97eb12a065d1456d5ea483 /lib/eunit/test/Makefile
parent1f9201ca7db28e19e92c094b0317230ee930829c (diff)
parent65d41cb6c514308ab11645dc2d0842d4f6b629a4 (diff)
downloadotp-0fad26858f4e952d25ef5372dda634587ad77b57.tar.gz
otp-0fad26858f4e952d25ef5372dda634587ad77b57.tar.bz2
otp-0fad26858f4e952d25ef5372dda634587ad77b57.zip
Merge branch 'vladdu/eunit_unicode_OTP11660'
* vladdu/eunit_unicode_OTP11660: OTP-11660: make eunit unicode safe
Diffstat (limited to 'lib/eunit/test/Makefile')
-rw-r--r--lib/eunit/test/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/eunit/test/Makefile b/lib/eunit/test/Makefile
index e4ddf4e42c..b0dde64c67 100644
--- a/lib/eunit/test/Makefile
+++ b/lib/eunit/test/Makefile
@@ -20,7 +20,9 @@ include $(ERL_TOP)/make/target.mk
include $(ERL_TOP)/make/$(TARGET)/otp.mk
MODULES = \
- eunit_SUITE
+ eunit_SUITE \
+ tlatin \
+ tutf8
ERL_FILES= $(MODULES:%=%.erl)