aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/Makefile
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2017-09-15 15:38:57 +0200
committerDan Gudmundsson <[email protected]>2017-09-26 10:13:51 +0200
commit7554cf21e7911e5a143b5219982639908f04b1fc (patch)
treee4173c9ebdbe6e24e64fddc6c0b08d4919eacb06 /lib/stdlib/test/Makefile
parent44c0da287d683609319b74c25dbade61408501b3 (diff)
downloadotp-7554cf21e7911e5a143b5219982639908f04b1fc.tar.gz
otp-7554cf21e7911e5a143b5219982639908f04b1fc.tar.bz2
otp-7554cf21e7911e5a143b5219982639908f04b1fc.zip
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 -)