diff options
author | Björn-Egil Dahlberg <[email protected]> | 2014-05-09 17:59:37 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-05-09 17:59:37 +0200 |
commit | fbf8c0930eefe63b42c3334670b6da7c538a951f (patch) | |
tree | f741c41152d94870cdb20479ee77e14352f7a241 /lib/hipe/test/Makefile | |
parent | 849083528fbf6a0beb6fda3ed2d97f903b1f882d (diff) | |
parent | 1c817ecd054780551bcbe8b5a0e30bea2b3da04e (diff) | |
download | otp-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/Makefile | 3 |
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) |