aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/Makefile
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-03-18 13:51:28 +0100
committerBjörn Gustavsson <[email protected]>2010-03-26 08:09:26 +0100
commitf1e60ef101b6bb6e262c2387cf1b408c66b94c31 (patch)
treea0ff680fb454970229598c875cdc36be7abb53d3 /lib/compiler/test/Makefile
parent0320836d1b58438ef4467832b00306672d22f8d6 (diff)
downloadotp-f1e60ef101b6bb6e262c2387cf1b408c66b94c31.tar.gz
otp-f1e60ef101b6bb6e262c2387cf1b408c66b94c31.tar.bz2
otp-f1e60ef101b6bb6e262c2387cf1b408c66b94c31.zip
compiler tests: Compile a few more modules with 'inline'
Since a function_clause exception in an inlined function will be changed to a case_clause exception, we must test for both.
Diffstat (limited to 'lib/compiler/test/Makefile')
-rw-r--r--lib/compiler/test/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/compiler/test/Makefile b/lib/compiler/test/Makefile
index 961b589035..2d08e71e09 100644
--- a/lib/compiler/test/Makefile
+++ b/lib/compiler/test/Makefile
@@ -59,9 +59,13 @@ INLINE= \
bs_bincomp \
bs_bit_binaries \
bs_construct \
+ bs_match \
+ bs_utf \
core_fold \
float \
fun \
+ guard \
+ lc \
match \
misc \
num_bif \