aboutsummaryrefslogtreecommitdiffstats
path: root/test/eunit_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/eunit_SUITE.erl')
-rw-r--r--test/eunit_SUITE.erl13
1 files changed, 2 insertions, 11 deletions
diff --git a/test/eunit_SUITE.erl b/test/eunit_SUITE.erl
index a460890..1d817c6 100644
--- a/test/eunit_SUITE.erl
+++ b/test/eunit_SUITE.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2013, Loïc Hoguin <[email protected]>
+%% Copyright (c) 2013-2014, Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
@@ -13,16 +13,7 @@
%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-module(eunit_SUITE).
-
--include_lib("common_test/include/ct.hrl").
-
-%% ct.
--export([all/0]).
-
-%% Tests.
--export([eunit/1]).
-
-%% ct.
+-compile(export_all).
all() ->
[eunit].