aboutsummaryrefslogtreecommitdiffstats
path: root/erts/test
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-02-08 12:36:52 +0100
committerBjörn Gustavsson <[email protected]>2017-02-08 13:00:26 +0100
commita205dbb70d4712855c7271fd9cbd3c186863aba8 (patch)
treeaaa51fb243066a4a05734d2172a6fd52509fbe11 /erts/test
parentd8f3e9c4760020b25ac279de283361459ae66a8d (diff)
downloadotp-a205dbb70d4712855c7271fd9cbd3c186863aba8.tar.gz
otp-a205dbb70d4712855c7271fd9cbd3c186863aba8.tar.bz2
otp-a205dbb70d4712855c7271fd9cbd3c186863aba8.zip
Include more otp_SUITE tests cases in the smoke test
For the benefit of Travis CI, include more test cases from otp_SUITE in the smoke test. That will avoid having to run a pull request through the daily builds to find those kind of minor issues.
Diffstat (limited to 'erts/test')
-rw-r--r--erts/test/system_smoke.spec7
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"}.