From 2722180a709ec4303d4f6fce8ed6dd5ea86d7d07 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Mon, 11 Jan 2016 19:50:52 -0600 Subject: Revert "remove rlx_topo since all systools >=R15 have a working sort of apps" This reverts commit 701da7b9f2dfb872351b56938f7aed5bff0d79c7. --- test/rlx_eunit_SUITE.erl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/rlx_eunit_SUITE.erl b/test/rlx_eunit_SUITE.erl index d429f36..874e5a6 100644 --- a/test/rlx_eunit_SUITE.erl +++ b/test/rlx_eunit_SUITE.erl @@ -23,7 +23,8 @@ all/0, depsolver/1, goal/1, - app_info/1]). + app_info/1, + topo/1]). -include_lib("common_test/include/ct.hrl"). -include_lib("eunit/include/eunit.hrl"). @@ -38,7 +39,7 @@ end_per_suite(_Config) -> ok. all() -> - [depsolver, goal, app_info]. + [depsolver, goal, app_info, topo]. depsolver(_Config) -> ok = eunit:test(rlx_depsolver). @@ -48,3 +49,6 @@ goal(_Config) -> app_info(_Config) -> ok = eunit:test(rlx_app_info). + +topo(_Config) -> + ok = eunit:test(rlx_topo). -- cgit v1.2.3