commit | 428b9ba3b7b3c6e80b3729124ee32ab4114cee6c | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun Sep 15 15:20:37 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Sep 15 15:20:37 2013 +0200 |
tree | b03926b7bac54c151deec3c989c87d6fe40358d8 | |
parent | e827ce013fb0d414388e539eff20382e417dadf2 [diff] [blame] |
Moved POLARSSL_FS_IO check to .function from .data
diff --git a/tests/suites/test_suite_debug.function b/tests/suites/test_suite_debug.function index a355eab..6448f26 100644 --- a/tests/suites/test_suite_debug.function +++ b/tests/suites/test_suite_debug.function
@@ -22,7 +22,7 @@ * END_DEPENDENCIES */ -/* BEGIN_CASE */ +/* BEGIN_CASE depends_on:POLARSSL_FS_IO */ void debug_print_crt( char *crt_file, char *file, int line, char *prefix, char *result_str ) {