aboutsummaryrefslogtreecommitdiffstats
path: root/lib/syntax_tools/test/Makefile
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2014-10-27 16:04:13 +0100
committerBjörn-Egil Dahlberg <[email protected]>2014-10-27 16:04:13 +0100
commitf7ab0c4f16e8a7ee62b4940b8d57748c0ad2c4cb (patch)
tree843d5faa453db7238319ec653a095ae3af74ffdf /lib/syntax_tools/test/Makefile
parentb4978407dc587ec677ff17da9efcd4c645db7b38 (diff)
parentfd0e093463831cc20b0bda7c8ed24bfd31edccee (diff)
downloadotp-f7ab0c4f16e8a7ee62b4940b8d57748c0ad2c4cb.tar.gz
otp-f7ab0c4f16e8a7ee62b4940b8d57748c0ad2c4cb.tar.bz2
otp-f7ab0c4f16e8a7ee62b4940b8d57748c0ad2c4cb.zip
Merge branch 'egil/maps/syntax-tools/OTP-12265' into maint
* egil/maps/syntax-tools/OTP-12265: syntax_tools: Strengthen igor tests syntax_tools: Strengthen erl_recomment tests syntax_tools: Strengthen erl_syntax comments tests syntax_tools: Teach Maps to erl_syntax syntax_tools: Fix is_literal/1 for binary syntax_tools: Strengthen epp_dodger tests syntax_tools: Strengthen erl_syntax tests syntax_tools: Refactor away ?line macro
Diffstat (limited to 'lib/syntax_tools/test/Makefile')
-rw-r--r--lib/syntax_tools/test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/syntax_tools/test/Makefile b/lib/syntax_tools/test/Makefile
index d4733b9a42..f67e3f8984 100644
--- a/lib/syntax_tools/test/Makefile
+++ b/lib/syntax_tools/test/Makefile
@@ -61,5 +61,6 @@ release_tests_spec: make_emakefile
$(INSTALL_DATA) $(EMAKEFILE) $(ERL_FILES) "$(RELSYSDIR)"
$(INSTALL_DATA) syntax_tools.spec syntax_tools.cover "$(RELSYSDIR)"
chmod -R u+w "$(RELSYSDIR)"
+ @tar cf - *_SUITE_data | (cd "$(RELSYSDIR)"; tar xf -)
release_docs_spec: