aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/Makefile
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2017-09-26 10:14:54 +0200
committerDan Gudmundsson <[email protected]>2017-09-26 10:14:54 +0200
commit3c23f2c6335d8586aca1efb9da6d20f00a8840fd (patch)
tree51cd6b964697db8b65abdc617ae8204fa807cc13 /lib/stdlib/test/Makefile
parent1b18005cf26957a736abac4ff05e300fbda7c075 (diff)
parent7554cf21e7911e5a143b5219982639908f04b1fc (diff)
downloadotp-3c23f2c6335d8586aca1efb9da6d20f00a8840fd.tar.gz
otp-3c23f2c6335d8586aca1efb9da6d20f00a8840fd.tar.bz2
otp-3c23f2c6335d8586aca1efb9da6d20f00a8840fd.zip
Merge branch 'dgud/stdlib/unicode-string-bench'
* dgud/stdlib/unicode-string-bench: stdlib: Add unicode string benchmarks
Diffstat (limited to 'lib/stdlib/test/Makefile')
-rw-r--r--lib/stdlib/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/stdlib/test/Makefile b/lib/stdlib/test/Makefile
index 7b79dcf04d..523cb95065 100644
--- a/lib/stdlib/test/Makefile
+++ b/lib/stdlib/test/Makefile
@@ -69,6 +69,7 @@ MODULES= \
sets_test_lib \
sofs_SUITE \
stdlib_SUITE \
+ stdlib_bench_SUITE \
string_SUITE \
supervisor_1 \
supervisor_2 \
@@ -146,7 +147,7 @@ release_spec: opt
release_tests_spec: make_emakefile
$(INSTALL_DIR) "$(RELSYSDIR)"
- $(INSTALL_DATA) stdlib.spec $(EMAKEFILE) \
+ $(INSTALL_DATA) stdlib.spec stdlib_bench.spec $(EMAKEFILE) \
$(ERL_FILES) $(COVERFILE) "$(RELSYSDIR)"
chmod -R u+w "$(RELSYSDIR)"
@tar cf - *_SUITE_data | (cd "$(RELSYSDIR)"; tar xf -)