aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/Makefile
diff options
context:
space:
mode:
authorPéter Dimitrov <[email protected]>2018-06-12 09:57:25 +0200
committerPéter Dimitrov <[email protected]>2018-06-12 09:57:25 +0200
commit0f752d6e9cb447552673bddebccab31539e55358 (patch)
tree20d554bba80a9c51d18e8dc387cc3ed669969e5a /lib/stdlib/test/Makefile
parent43bd7fbfe23533f59b74ec6accad48c0c26b71a7 (diff)
parent24231f76f5e3fed3ec64abdfca22928928f46933 (diff)
downloadotp-0f752d6e9cb447552673bddebccab31539e55358.tar.gz
otp-0f752d6e9cb447552673bddebccab31539e55358.tar.bz2
otp-0f752d6e9cb447552673bddebccab31539e55358.zip
Merge branch 'peterdmv/stdlib/fix_uri_string_normalize/ERL-636/OTP-15112'
* peterdmv/stdlib/fix_uri_string_normalize/ERL-636/OTP-15112: stdlib: Fix release_tests target in Makefile stdlib: Fix normalization function in uri_string Change-Id: I656a583befd8950d4326d15e60145c617acd41c3
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 ae2e3d0e2b..bbe3cefa42 100644
--- a/lib/stdlib/test/Makefile
+++ b/lib/stdlib/test/Makefile
@@ -88,6 +88,7 @@ MODULES= \
unicode_SUITE \
unicode_util_SUITE \
uri_string_SUITE \
+ uri_string_property_test_SUITE \
win32reg_SUITE \
y2k_SUITE \
select_SUITE \
@@ -152,6 +153,6 @@ release_tests_spec: make_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 -)
+ @tar cf - *_SUITE_data property_test | (cd "$(RELSYSDIR)"; tar xf -)
release_docs_spec: