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/cosNotification/test/Makefile | |
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/cosNotification/test/Makefile')
-rw-r--r-- | lib/cosNotification/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/cosNotification/test/Makefile b/lib/cosNotification/test/Makefile index df8f9e919b..d29c9c3245 100644 --- a/lib/cosNotification/test/Makefile +++ b/lib/cosNotification/test/Makefile @@ -34,6 +34,7 @@ RELSYSDIR = $(RELEASE_PATH)/cosNotification_test # Target Specs # ---------------------------------------------------- TEST_SPEC_FILE = cosNotification.spec +COVER_FILE = cosNotification.cover IDL_FILES = @@ -182,7 +183,7 @@ release_docs_spec: release_tests_spec: tests $(INSTALL_DIR) $(RELSYSDIR) $(INSTALL_DATA) $(IDL_FILES) $(TEST_SPEC_FILE) \ - $(ERL_FILES) $(RELSYSDIR) + $(COVER_FILE) $(ERL_FILES) $(RELSYSDIR) $(INSTALL_DIR) $(RELSYSDIR)/$(IDLOUTDIR) $(INSTALL_DATA) $(GEN_TARGET_FILES) $(GEN_FILES) \ $(RELSYSDIR)/$(IDLOUTDIR) |