rebar/inttest
Anton Lavrik 0b833391ed Add support for non-Erlang/OTP (raw) dependencies
Introduce a new 'raw' option for dependency specs in rebar.config file.
For example:

{deps,
    {dependency_name, "1.0.*",
	 {git, "<...>", {branch, "master"}},
	 [raw]
    }
]}.

When this option is specified, rebar does not require the dependency to
have a standard Erlang/OTP layout which assumes presence of either
"src/dependency_name.app.src" or "ebin/dependency_name.app" files.

'raw' dependencies can still contain 'rebar.config' and even can have
the proper OTP directory layout, but they won't be compiled.

Only a subset of rebar commands will be executed on the 'raw'
subdirectories:

	get-deps, update-deps, check-deps, list-deps and delete-deps.
2012-10-11 02:06:08 -05:00
..
ct1 inttest: fix whitespace errors 2012-08-18 19:29:29 +02:00
ct2 Fix inttest/ct2 ct spec file location (Thanks Peter Andersson) 2012-09-03 11:48:36 +02:00
rgen1 Clean up emacs file local variables 2011-01-31 17:55:36 +01:00
t_custom_config Add support for non-Erlang/OTP (raw) dependencies 2012-10-11 02:06:08 -05:00
tdeps1 inttest: remove superfluous blank lines 2012-08-18 19:36:28 +02:00
tdeps2 inttest: remove superfluous blank lines 2012-08-18 19:36:28 +02:00
thooks Add pre and post script support for all commands 2011-03-12 16:31:41 +01:00
tplugins Fix warning in inttest/tplugins/tplugins_rt.erl 2012-07-01 22:29:37 +02:00
bug_5_rt.erl Updating integration tests 2010-06-09 13:17:48 -06:00
retest Updating retest 2010-06-14 18:15:43 -06:00