Remove deprecated vars bug23253
authorSimon MacMullen <simon@rabbitmq.com>
Fri Sep 17 16:31:23 2010 +0100 (20 months ago)
branchbug23253
changeset 137feee98e82bf9
parent 136 50ebb5476fed
Remove deprecated vars
include.mk
     1.1 --- a/include.mk	Fri Sep 17 16:20:32 2010 +0100
     1.2 +++ b/include.mk	Fri Sep 17 16:31:23 2010 +0100
     1.3 @@ -14,15 +14,11 @@
     1.4  #                             the packaging process. Files will be created in dist/, but the
     1.5  #                             name listed here should exclude the dist/ prefix.
     1.6  #  EXTRA_TARGETS        -- Additional prerequisites for building the plugin.
     1.7 -#  TEST_APPS            -- Applications that should be started as part of the VM that your tests
     1.8 -#                          run in (TODO deprecate)
     1.9  #  TEST_SCRIPTS         -- A space seperated list of shell-executable scripts that should be run to
    1.10  #                          execute plugin tests. Allows languages other than Erlang to be used to write
    1.11  #                          test cases.
    1.12 -#  START_RABBIT_IN_TESTS -- If set, a Rabbit broker instance will be started as part of the test VM (TODO deprecate always true)
    1.13  #  TEST_COMMANDS        -- A space separated list of commands that should be executed in order to run
    1.14  #                          test cases. For example, my_module_tests:test()
    1.15 -#  TEST_ARGS            -- Appended to the erl command line when running or running tests.
    1.16  #                          Beware of quote escaping issues!
    1.17  #  ROOT_DIR             -- The path to the public_umbrella. Default is ..
    1.18  #  LOG_IN_FILE (deprecate)