aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/test/Makefile
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2014-05-09 17:59:37 +0200
committerBjörn-Egil Dahlberg <[email protected]>2014-05-09 17:59:37 +0200
commitfbf8c0930eefe63b42c3334670b6da7c538a951f (patch)
treef741c41152d94870cdb20479ee77e14352f7a241 /lib/hipe/test/Makefile
parent849083528fbf6a0beb6fda3ed2d97f903b1f882d (diff)
parent1c817ecd054780551bcbe8b5a0e30bea2b3da04e (diff)
downloadotp-fbf8c0930eefe63b42c3334670b6da7c538a951f.tar.gz
otp-fbf8c0930eefe63b42c3334670b6da7c538a951f.tar.bz2
otp-fbf8c0930eefe63b42c3334670b6da7c538a951f.zip
Merge branch 'maint'
Diffstat (limited to 'lib/hipe/test/Makefile')
-rw-r--r--lib/hipe/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/hipe/test/Makefile b/lib/hipe/test/Makefile
index acb2849d0d..009f503abb 100644
--- a/lib/hipe/test/Makefile
+++ b/lib/hipe/test/Makefile
@@ -10,7 +10,8 @@ MODULES= \
# .erl files for these modules are automatically generated
GEN_MODULES= \
- bs_SUITE
+ bs_SUITE \
+ maps_SUITE
ERL_FILES= $(MODULES:%=%.erl)