From 635c78f152ee6c7ddda23bf237e7ad3aa70abe77 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Mon, 7 Mar 2011 12:23:20 +0100 Subject: Update cover tests which depend on compiled files to be skipped if the compile testcase is skipped --- lib/tools/test/cover_SUITE.erl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib/tools/test') diff --git a/lib/tools/test/cover_SUITE.erl b/lib/tools/test/cover_SUITE.erl index f632409208..b55a1ddc7a 100644 --- a/lib/tools/test/cover_SUITE.erl +++ b/lib/tools/test/cover_SUITE.erl @@ -49,7 +49,12 @@ all(suite) -> "Can't run cover test."} end. -init_per_testcase(TC, Config) when TC =:= misc; TC =:= compile -> +init_per_testcase(TC, Config) when TC =:= misc; + TC =:= compile; + TC =:= analyze; + TC =:= distribution; + TC =:= otp_5031; + TC =:= stop -> case code:which(crypto) of Path when is_list(Path) -> init_per_testcase(dummy_tc, Config); -- cgit v1.2.3