aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/Makefile
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2015-05-08 09:28:57 +0200
committerDan Gudmundsson <[email protected]>2015-05-08 09:28:57 +0200
commit40980940e866a9fe8f7055d7499df8bf604f11d4 (patch)
tree5ccf2cddbfc286a3354506c154427d17ce392ed9 /lib/stdlib/test/Makefile
parent085167b061b8252383d4de037c34c674aa59d38a (diff)
parent401bf07f5908137cde206f2f755af83c9a7ff71e (diff)
downloadotp-40980940e866a9fe8f7055d7499df8bf604f11d4.tar.gz
otp-40980940e866a9fe8f7055d7499df8bf604f11d4.tar.bz2
otp-40980940e866a9fe8f7055d7499df8bf604f11d4.zip
Merge branch 'dgud/stdlib/rand/OTP-12586'
* dgud/stdlib/rand/OTP-12586: stdlib: Document and add normal distributed random value function stdlib: Add new random functionality/module
Diffstat (limited to 'lib/stdlib/test/Makefile')
-rw-r--r--lib/stdlib/test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stdlib/test/Makefile b/lib/stdlib/test/Makefile
index 9bf10ea494..61eb34d565 100644
--- a/lib/stdlib/test/Makefile
+++ b/lib/stdlib/test/Makefile
@@ -54,6 +54,7 @@ MODULES= \
proc_lib_SUITE \
qlc_SUITE \
queue_SUITE \
+ rand_SUITE \
random_SUITE \
re_SUITE \
run_pcre_tests \