diff options
author | Lukas Larsson <[email protected]> | 2013-08-08 10:29:24 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-08-08 10:29:24 +0200 |
commit | f5830abe5e91d5f93459f44c4403a4a0f640f38d (patch) | |
tree | b4a0480ab082869c33f04f007b066e9da23b96e2 /erts/emulator/test/Makefile | |
parent | a44ae95751b309440c8419ec79d99abc94ff4d5f (diff) | |
parent | d787e64c8cf522b0f2fa2e26e0be154454fae4a8 (diff) | |
download | otp-f5830abe5e91d5f93459f44c4403a4a0f640f38d.tar.gz otp-f5830abe5e91d5f93459f44c4403a4a0f640f38d.tar.bz2 otp-f5830abe5e91d5f93459f44c4403a4a0f640f38d.zip |
Merge branch 'maint'
* maint:
Add smoke tests
Diffstat (limited to 'erts/emulator/test/Makefile')
-rw-r--r-- | erts/emulator/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/emulator/test/Makefile b/erts/emulator/test/Makefile index 9594ab48b1..f02ca3cb98 100644 --- a/erts/emulator/test/Makefile +++ b/erts/emulator/test/Makefile @@ -140,7 +140,8 @@ EMAKEFILE=Emakefile TEST_SPEC_FILES= emulator.spec \ emulator.spec.win \ - emulator_bench.spec + emulator_bench.spec \ + emulator_smoke.spec # ---------------------------------------------------- # Release directory specification |