diff options
author | Siri Hansen <[email protected]> | 2014-10-08 13:49:49 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2014-10-20 17:22:56 +0200 |
commit | 5472b425e7076509e533d2ecb56f8409cfc30632 (patch) | |
tree | afd57e05139b34c178e5ddd92e0b6002397fc249 /lib/common_test/src/Makefile | |
parent | aeb2316c8ee83a1a39a4b179f8b844cb02bf918a (diff) | |
download | otp-5472b425e7076509e533d2ecb56f8409cfc30632.tar.gz otp-5472b425e7076509e533d2ecb56f8409cfc30632.tar.bz2 otp-5472b425e7076509e533d2ecb56f8409cfc30632.zip |
[ct] Add ct_release_tests.erl
This is a library module for testing release related functionality in
one or more applications. The first version of ct_release_tests
include test of upgrade only.
Note that the hipe application does not support any upgrade, and typer
and dialyzer requires hipe, so these three applications are always
exluded from the test.
Diffstat (limited to 'lib/common_test/src/Makefile')
-rw-r--r-- | lib/common_test/src/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/common_test/src/Makefile b/lib/common_test/src/Makefile index 8d74546880..2723b066f0 100644 --- a/lib/common_test/src/Makefile +++ b/lib/common_test/src/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2003-2013. All Rights Reserved. +# Copyright Ericsson AB 2003-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 @@ -75,7 +75,8 @@ MODULES= \ ct_conn_log_h \ cth_conn_log \ ct_groups \ - ct_property_test + ct_property_test \ + ct_release_test TARGET_MODULES= $(MODULES:%=$(EBIN)/%) BEAM_FILES= $(MODULES:%=$(EBIN)/%.$(EMULATOR)) |