diff options
author | Siri Hansen <[email protected]> | 2014-01-22 16:08:20 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2014-02-24 11:41:09 +0100 |
commit | c68f8f0006f54ccca37455b8a3e6f531c5ab9b46 (patch) | |
tree | c5f3edf49b3218fcb09053da23f73635a02caeef /erts/test/Makefile | |
parent | 790e3739a14e3e77ab0282d961038714d84c0fb8 (diff) | |
download | otp-c68f8f0006f54ccca37455b8a3e6f531c5ab9b46.tar.gz otp-c68f8f0006f54ccca37455b8a3e6f531c5ab9b46.tar.bz2 otp-c68f8f0006f54ccca37455b8a3e6f531c5ab9b46.zip |
Add upgrade_SUITE to test upgrade of OTP release
This test creates an OTP package of the previous major release and
performs an upgrade to the current release.
Diffstat (limited to 'erts/test/Makefile')
-rw-r--r-- | erts/test/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/erts/test/Makefile b/erts/test/Makefile index 74a5bb1ccc..6fbc19fcae 100644 --- a/erts/test/Makefile +++ b/erts/test/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1997-2012. All Rights Reserved. +# Copyright Ericsson AB 1997-2014. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -36,7 +36,8 @@ MODULES= \ erl_print_SUITE \ run_erl_SUITE \ erlexec_SUITE \ - z_SUITE + z_SUITE \ + upgrade_SUITE ERL_FILES= $(MODULES:%=%.erl) |