diff options
author | Björn Gustavsson <[email protected]> | 2017-02-09 09:59:09 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2017-02-09 09:59:09 +0100 |
commit | c4e8850567eaaed07c2d90eff0d4467a2b537fca (patch) | |
tree | 5ecc9831437418aab78313774f799b44bad09a4d | |
parent | fd64bedce7dc018b714bafc217ebad0a1448972e (diff) | |
parent | a205dbb70d4712855c7271fd9cbd3c186863aba8 (diff) | |
download | otp-c4e8850567eaaed07c2d90eff0d4467a2b537fca.tar.gz otp-c4e8850567eaaed07c2d90eff0d4467a2b537fca.tar.bz2 otp-c4e8850567eaaed07c2d90eff0d4467a2b537fca.zip |
Merge pull request #1334 from bjorng/bjorn/extend-smoke-test
Include more otp_SUITE tests cases in the smoke test
-rw-r--r-- | erts/test/system_smoke.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/erts/test/system_smoke.spec b/erts/test/system_smoke.spec index 933d1ba22d..99092c1dab 100644 --- a/erts/test/system_smoke.spec +++ b/erts/test/system_smoke.spec @@ -1,3 +1,8 @@ {suites,"../system_test",[ethread_SUITE]}. -{cases,"../system_test",otp_SUITE,[undefined_functions]}. +{cases,"../system_test",otp_SUITE, + [undefined_functions, + deprecated_not_in_obsolete, + obsolete_but_not_deprecated, + call_to_size_1, + call_to_now_0]}. {skip_cases,"../system_test",ethread_SUITE,[max_threads],"Skip"}. |