diff options
author | Björn-Egil Dahlberg <[email protected]> | 2014-10-23 18:31:21 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-10-23 18:44:48 +0200 |
commit | 2a038c5360f0e14f079ea266043ec464600f97c7 (patch) | |
tree | b76c84fb08a0d05d641687ec192cc020c62b3161 /lib/syntax_tools/test/Makefile | |
parent | 04ea63d9a628c1162b0e8db741889075f3ea1145 (diff) | |
download | otp-2a038c5360f0e14f079ea266043ec464600f97c7.tar.gz otp-2a038c5360f0e14f079ea266043ec464600f97c7.tar.bz2 otp-2a038c5360f0e14f079ea266043ec464600f97c7.zip |
syntax_tools: Strengthen epp_dodger tests
Mostly epp_dodger smoke tests.
Diffstat (limited to 'lib/syntax_tools/test/Makefile')
-rw-r--r-- | lib/syntax_tools/test/Makefile | 1 |
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: |