diff options
author | Fredrik Gustafsson <[email protected]> | 2013-04-15 14:03:50 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-04-15 14:03:50 +0200 |
commit | 74fdfd48d59393b6f0dfb53f343645133675c64b (patch) | |
tree | 7fd862902e33b18748ed357f980be253d49ab5b9 /lib/stdlib/test/Makefile | |
parent | 8e236f7c5a0c6383e5f604a781e68b1685127e15 (diff) | |
parent | c59c3a6d57b857913ddfa13f96425ba0d95ccb2d (diff) | |
download | otp-74fdfd48d59393b6f0dfb53f343645133675c64b.tar.gz otp-74fdfd48d59393b6f0dfb53f343645133675c64b.tar.bz2 otp-74fdfd48d59393b6f0dfb53f343645133675c64b.zip |
Merge branch 'jaf/fix-supervisor-multi-restart/OTP-11042' into maint
Diffstat (limited to 'lib/stdlib/test/Makefile')
-rw-r--r-- | lib/stdlib/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stdlib/test/Makefile b/lib/stdlib/test/Makefile index 6aa09d7bd0..af82f22b21 100644 --- a/lib/stdlib/test/Makefile +++ b/lib/stdlib/test/Makefile @@ -66,6 +66,7 @@ MODULES= \ string_SUITE \ supervisor_1 \ supervisor_2 \ + supervisor_3 \ supervisor_deadlock \ naughty_child \ shell_SUITE \ |