aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eunit/src/eunit.app.src
blob: cc75a0f790fba15aafc1ac4e785ee9ad6ff967d2 (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-3.4","kernel-5.3","erts-9.0"]}]}.