Changeset 45ce950 in mainline for kernel/test
- Timestamp:
- 2011-05-26T10:05:36Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a1e7e78
- Parents:
- d4c472b
- Location:
- kernel/test
- Files:
-
- 10 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/test.c
rd4c472b r45ce950 43 43 #include <debug/mips1.def> 44 44 #include <fault/fault1.def> 45 #include <fpu/fpu1.def>46 #include <fpu/sse1.def>47 #include <fpu/mips2.def>48 45 #include <mm/falloc1.def> 49 46 #include <mm/falloc2.def> -
kernel/test/test.h
rd4c472b r45ce950 61 61 extern const char *test_mips1(void); 62 62 extern const char *test_fault1(void); 63 extern const char *test_fpu1(void);64 extern const char *test_sse1(void);65 extern const char *test_mips2(void);66 63 extern const char *test_falloc1(void); 67 64 extern const char *test_falloc2(void);
Note:
See TracChangeset
for help on using the changeset viewer.