diff options
author | Lukas Larsson <[email protected]> | 2013-07-30 14:53:00 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-08-05 10:49:26 +0200 |
commit | 86f970056b55ab8c33ecb6d0ce13924e3331b79a (patch) | |
tree | e5e6834077d0a2fe810e56fa77669986b5068022 /erts/emulator/test/emulator_smoke.spec | |
parent | a938fc96881564f5f56a510b0c750efaa9ed48e4 (diff) | |
download | otp-86f970056b55ab8c33ecb6d0ce13924e3331b79a.tar.gz otp-86f970056b55ab8c33ecb6d0ce13924e3331b79a.tar.bz2 otp-86f970056b55ab8c33ecb6d0ce13924e3331b79a.zip |
Add smoke tests
Smoke tests are meant to verify that a build of erlang has been successfull.
Diffstat (limited to 'erts/emulator/test/emulator_smoke.spec')
-rw-r--r-- | erts/emulator/test/emulator_smoke.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/emulator/test/emulator_smoke.spec b/erts/emulator/test/emulator_smoke.spec new file mode 100644 index 0000000000..3219aeb823 --- /dev/null +++ b/erts/emulator/test/emulator_smoke.spec @@ -0,0 +1,3 @@ +{suites,"../emulator_test",[smoke_test_SUITE,time_SUITE]}. +{cases,"../emulator_test",crypto_SUITE,[t_md5]}. +{cases,"../emulator_test",float_SUITE,[fpe,cmp_integer]}.
\ No newline at end of file |