diff options
author | Lukas Larsson <[email protected]> | 2011-01-12 14:56:23 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:39:00 +0100 |
commit | cfa01c9bd748df38750dc4841030e6520610538a (patch) | |
tree | 4716624dad9fa4a72cfbae8b48df0bb9c863c27e /lib/reltool | |
parent | 5fef403779c4894189abf6fd18e6c8e5d54064c5 (diff) | |
download | otp-cfa01c9bd748df38750dc4841030e6520610538a.tar.gz otp-cfa01c9bd748df38750dc4841030e6520610538a.tar.bz2 otp-cfa01c9bd748df38750dc4841030e6520610538a.zip |
Update and add cover spec files to work with common_test
Diffstat (limited to 'lib/reltool')
-rw-r--r-- | lib/reltool/test/Makefile | 2 | ||||
-rw-r--r-- | lib/reltool/test/reltool.cover | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/reltool/test/Makefile b/lib/reltool/test/Makefile index 5109058797..e4ab216298 100644 --- a/lib/reltool/test/Makefile +++ b/lib/reltool/test/Makefile @@ -73,7 +73,7 @@ release_spec: opt release_tests_spec: opt $(INSTALL_DIR) $(RELSYSDIR) - $(INSTALL_DATA) reltool.spec $(ERL_FILES) $(HRL_FILES) $(RELSYSDIR) + $(INSTALL_DATA) reltool.spec reltool.cover $(ERL_FILES) $(HRL_FILES) $(RELSYSDIR) $(INSTALL_SCRIPT) rtt $(INSTALL_PROGS) $(RELSYSDIR) $(INSTALL_DATA) $(INSTALL_PROGS) $(RELSYSDIR) # chmod -f -R u+w $(RELSYSDIR) diff --git a/lib/reltool/test/reltool.cover b/lib/reltool/test/reltool.cover new file mode 100644 index 0000000000..ca425b9f98 --- /dev/null +++ b/lib/reltool/test/reltool.cover @@ -0,0 +1,2 @@ +{incl_app,reltool,details}. + |