diff options
author | Björn Gustavsson <bjorn@erlang.org> | 2010-03-17 16:02:18 +0100 |
---|---|---|
committer | Björn Gustavsson <bjorn@erlang.org> | 2010-03-26 08:09:25 +0100 |
commit | e74235df989995f5bd2b66b7102857446ff10d11 (patch) | |
tree | 137f935bc340b8ade52f8b3cf5bdfd1a70930ebb /.gitignore | |
parent | 57cb16f84fd21443d3ad9951473f1e0960c6a26e (diff) | |
download | erlang-e74235df989995f5bd2b66b7102857446ff10d11.tar.gz |
compiler tests: Test the 'inline' option better
Clone some test suites and compile them with the 'inline' option
to test inlining more thorughly.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 556114d488..c10a1aa73b 100644 --- a/.gitignore +++ b/.gitignore @@ -121,6 +121,7 @@ a.out.dSYM/ /lib/compiler/test/*_no_opt_SUITE.erl /lib/compiler/test/*_post_opt_SUITE.erl +/lib/compiler/test/*_inline_SUITE.erl # debugger |