aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eunit/src/eunit.app.src
blob: b4ff6c9242c68c07ff9235f59a73c179706f1a24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% This is an -*- erlang -*- file.

{application, eunit,
 [{description, "EUnit"},
  {vsn, "%VSN%"},
  {modules, [eunit,
	     eunit_autoexport,
	     eunit_data,
	     eunit_lib,
	     eunit_listener,
	     eunit_proc,
	     eunit_serial,
	     eunit_server,
	     eunit_striptests,
	     eunit_surefire,
	     eunit_test,
	     eunit_tests,
	     eunit_tty]},
  {registered,[]},
  {applications, [kernel,stdlib]},
  {env, []},
  {runtime_dependencies, ["stdlib-2.5","kernel-3.0","erts-6.0"]}]}.