Changeset 1f8c11f in mainline
- Timestamp:
- 2012-07-01T20:55:37Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d70fc74
- Parents:
- d71331b
- Location:
- kernel/test
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/test.c
rd71331b r1f8c11f 56 56 #include <print/print5.def> 57 57 #include <thread/thread1.def> 58 #include <smpcall/smpcall1.def> 58 59 { 59 60 .name = NULL, -
kernel/test/test.h
rd71331b r1f8c11f 75 75 extern const char *test_print5(void); 76 76 extern const char *test_thread1(void); 77 extern const char *test_smpcall1(void); 77 78 78 79 extern test_t tests[];
Note:
See TracChangeset
for help on using the changeset viewer.