Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1782)

Unified Diff: app/tests/include/app/tests.h

Issue 1437453002: [kernel][ports] Add basic ports functionality (Closed) Base URL: https://github.com/travisg/lk.git@master
Patch Set: fix Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | app/tests/port_tests.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/tests/include/app/tests.h
diff --git a/app/tests/include/app/tests.h b/app/tests/include/app/tests.h
index 113345fd7994cccf1c336c6d30a1af25476378fd..9a8b7084f504cc5fc5a99a5325a0e780bd0e6760 100644
--- a/app/tests/include/app/tests.h
+++ b/app/tests/include/app/tests.h
@@ -26,6 +26,7 @@
#include <lib/console.h>
int thread_tests(void);
+int port_tests(void);
void printf_tests(void);
void printf_tests_float(void);
void clock_tests(void);
« no previous file with comments | « no previous file | app/tests/port_tests.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698