aboutsummaryrefslogtreecommitdiffstats
path: root/test/eunit_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-04-20 22:20:54 +0200
committerLoïc Hoguin <[email protected]>2014-04-20 22:20:54 +0200
commit74512fc84c1e20050f69b3a53d2fc5ef4edbe9dd (patch)
tree4b153ebe6a7cc25872def6e6f06917a3057b3ff5 /test/eunit_SUITE.erl
parent806cde9ace3bd67988e07885c9899ead0a9425d5 (diff)
downloadcowboy-74512fc84c1e20050f69b3a53d2fc5ef4edbe9dd.tar.gz
cowboy-74512fc84c1e20050f69b3a53d2fc5ef4edbe9dd.tar.bz2
cowboy-74512fc84c1e20050f69b3a53d2fc5ef4edbe9dd.zip
Enable Autobahn Test Suite by default
Includes a variety of small changes that are a first step to improving the test system heavily.
Diffstat (limited to 'test/eunit_SUITE.erl')
-rw-r--r--test/eunit_SUITE.erl7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/eunit_SUITE.erl b/test/eunit_SUITE.erl
index 76c5a30..3d015bf 100644
--- a/test/eunit_SUITE.erl
+++ b/test/eunit_SUITE.erl
@@ -14,16 +14,9 @@
-module(eunit_SUITE).
--include_lib("common_test/include/ct.hrl").
-
-%% ct.
-export([all/0]).
-
-%% Tests.
-export([eunit/1]).
-%% ct.
-
all() ->
[eunit].