diff options
author | Björn Gustavsson <[email protected]> | 2019-01-25 10:06:45 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2019-01-29 15:31:13 +0100 |
commit | ff0779a3291a4dc518da2096cc982d2829fb003d (patch) | |
tree | 3707cc32c1a75c00a381a2a03feeb820547b5996 /lib/compiler/scripts/.gitignore | |
parent | 4451713ea8b226ae7c65ca1f672e4a0cb6e97a0a (diff) | |
download | otp-ff0779a3291a4dc518da2096cc982d2829fb003d.tar.gz otp-ff0779a3291a4dc518da2096cc982d2829fb003d.tar.bz2 otp-ff0779a3291a4dc518da2096cc982d2829fb003d.zip |
Add lib/compiler/scripts/smoke
Add `lib/compiler/scripts/smoke` for smoke testing the compiler (that
is, test that the compiler does not crash during compilation).
`smoke` first installs Elixir and mix. It then uses `mix` to download
a number of `hex` packages and compile them.
We don't intend to use `smoke` in our daily builds or Travis, but to run
it manually during compiler development.
Diffstat (limited to 'lib/compiler/scripts/.gitignore')
-rw-r--r-- | lib/compiler/scripts/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler/scripts/.gitignore b/lib/compiler/scripts/.gitignore new file mode 100644 index 0000000000..4e4eba766d --- /dev/null +++ b/lib/compiler/scripts/.gitignore @@ -0,0 +1 @@ +/smoke-build |