diff options
author | Lukas Larsson <[email protected]> | 2013-08-08 10:28:48 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-08-08 10:28:48 +0200 |
commit | d787e64c8cf522b0f2fa2e26e0be154454fae4a8 (patch) | |
tree | 83a3c146f6f5e8ec000d8cb0d28a07c9dc17c24c /lib/os_mon/test/Makefile | |
parent | 3fbbe6760a0476fccc2375dc8ca5791546dbc876 (diff) | |
parent | 86f970056b55ab8c33ecb6d0ce13924e3331b79a (diff) | |
download | otp-d787e64c8cf522b0f2fa2e26e0be154454fae4a8.tar.gz otp-d787e64c8cf522b0f2fa2e26e0be154454fae4a8.tar.bz2 otp-d787e64c8cf522b0f2fa2e26e0be154454fae4a8.zip |
Merge branch 'lukas/smoketests/OTP-11221' into maint
* lukas/smoketests/OTP-11221:
Add smoke tests
Diffstat (limited to 'lib/os_mon/test/Makefile')
-rw-r--r-- | lib/os_mon/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/os_mon/test/Makefile b/lib/os_mon/test/Makefile index 461bebc102..cbb014324d 100644 --- a/lib/os_mon/test/Makefile +++ b/lib/os_mon/test/Makefile @@ -85,7 +85,8 @@ release_spec: release_tests_spec: make_emakefile $(INSTALL_DIR) "$(RELSYSDIR)" - $(INSTALL_DATA) os_mon.spec os_mon.cover $(EMAKEFILE) $(SOURCE) "$(RELSYSDIR)" + $(INSTALL_DATA) os_mon.spec os_mon.cover os_mon_smoke.spec \ + $(EMAKEFILE) $(SOURCE) "$(RELSYSDIR)" $(INSTALL_DATA) os_mon_mib_SUITE.cfg "$(RELSYSDIR)" ## tar chf - *_SUITE_data | (cd "$(RELSYSDIR)"; tar xf -) |