commit | 387a211fade2cdfa5d9e24aa70e5515b7a843205 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Sep 18 18:54:01 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Sep 20 10:58:59 2013 +0200 |
tree | 53c7fbe0459b2f6aacb5254e53cf0f0f5ebfde58 | |
parent | 92e5b59355944ad33f5c0b9337ee476d91caf0f5 [diff] [blame] |
Fix some dependencies in tests
diff --git a/tests/suites/test_suite_x509parse.function b/tests/suites/test_suite_x509parse.function index e8d6d76..02238ba 100644 --- a/tests/suites/test_suite_x509parse.function +++ b/tests/suites/test_suite_x509parse.function
@@ -224,7 +224,7 @@ } /* END_CASE */ -/* BEGIN_CASE depends_on:POLARSSL_X509_CRT_PARSE_C */ +/* BEGIN_CASE depends_on:POLARSSL_X509_CRT_PARSE_C:POLARSSL_SELFTEST_C */ void x509_selftest() { TEST_ASSERT( x509_self_test( 0 ) == 0 );