printf-hook: Add some basic printf() string/integer test functions

This commit is contained in:
Martin Willi
2013-10-11 11:05:37 +02:00
parent 243048248b
commit ebca34d782
4 changed files with 112 additions and 1 deletions
+1
View File
@@ -34,5 +34,6 @@ Suite *vectors_suite_create();
Suite *ecdsa_suite_create();
Suite *rsa_suite_create();
Suite *host_suite_create();
Suite *printf_suite_create();
#endif /** TEST_RUNNER_H_ */