Changeset ee42e43 in mainline for kernel/test
- Timestamp:
- 2010-06-22T11:29:40Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a49a1a1
- Parents:
- fdaad75d
- Location:
- kernel/test
- Files:
-
- 10 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/test.c
rfdaad75d ree42e43 51 51 #include <mm/slab1.def> 52 52 #include <mm/slab2.def> 53 #include <synch/rwlock1.def>54 #include <synch/rwlock2.def>55 #include <synch/rwlock3.def>56 #include <synch/rwlock4.def>57 #include <synch/rwlock5.def>58 53 #include <synch/semaphore1.def> 59 54 #include <synch/semaphore2.def> -
kernel/test/test.h
rfdaad75d ree42e43 70 70 extern const char *test_slab1(void); 71 71 extern const char *test_slab2(void); 72 extern const char *test_rwlock1(void);73 extern const char *test_rwlock2(void);74 extern const char *test_rwlock3(void);75 extern const char *test_rwlock4(void);76 extern const char *test_rwlock5(void);77 72 extern const char *test_semaphore1(void); 78 73 extern const char *test_semaphore2(void);
Note:
See TracChangeset
for help on using the changeset viewer.