diff options
author | Björn Gustavsson <[email protected]> | 2016-06-29 11:39:15 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-06-29 11:39:15 +0200 |
commit | 04e9514bca9434676f6ee9548febb8d4d1a1a847 (patch) | |
tree | ba70a8d9f06c620d0643135a376f22de43e7d8b6 /lib/compiler/test/Makefile | |
parent | 1e0ef3f2285eae3bd00047c4f10c4a44084e1aa9 (diff) | |
parent | b23b3f903e2cfac2f9b9faac7c7fa19c0ec8f625 (diff) | |
download | otp-04e9514bca9434676f6ee9548febb8d4d1a1a847.tar.gz otp-04e9514bca9434676f6ee9548febb8d4d1a1a847.tar.bz2 otp-04e9514bca9434676f6ee9548febb8d4d1a1a847.zip |
Merge branch 'bjorn/gc-bifs'
* bjorn/gc-bifs:
compiler: Eliminate num_bif_SUITE
erl_internal: Eliminate duplication of guard tests
beam_debug: Improve the disassembly of gc_bif instructions
Simplify creation of new GC BIFs
make_tables: Remove broken automatic BIF aliasing
Diffstat (limited to 'lib/compiler/test/Makefile')
-rw-r--r-- | lib/compiler/test/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/compiler/test/Makefile b/lib/compiler/test/Makefile index f0185acbc7..365f4c295e 100644 --- a/lib/compiler/test/Makefile +++ b/lib/compiler/test/Makefile @@ -36,7 +36,6 @@ MODULES= \ map_SUITE \ match_SUITE \ misc_SUITE \ - num_bif_SUITE \ receive_SUITE \ record_SUITE \ regressions_SUITE \ @@ -67,7 +66,6 @@ NO_OPT= \ map \ match \ misc \ - num_bif \ receive \ record \ trycatch @@ -78,6 +76,7 @@ INLINE= \ beam_block \ beam_bool \ beam_utils \ + bif \ bs_bincomp \ bs_bit_binaries \ bs_construct \ @@ -91,7 +90,6 @@ INLINE= \ map \ match \ misc \ - num_bif \ receive \ record |