Changeset e8d5f9f in mainline for uspace/app
- Timestamp:
- 2011-05-31T23:11:28Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5d1b3aa
- Parents:
- 4ce90544 (diff), 25bef0ff (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/app/tester
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
r4ce90544 re8d5f9f 53 53 mm/malloc3.c \ 54 54 devs/devman1.c \ 55 devs/devman2.c \ 55 56 hw/misc/virtchar1.c \ 56 57 hw/serial/serial1.c -
uspace/app/tester/tester.c
r4ce90544 re8d5f9f 67 67 #include "hw/misc/virtchar1.def" 68 68 #include "devs/devman1.def" 69 #include "devs/devman2.def" 69 70 {NULL, NULL, NULL, false} 70 71 }; -
uspace/app/tester/tester.h
r4ce90544 re8d5f9f 100 100 extern const char *test_virtchar1(void); 101 101 extern const char *test_devman1(void); 102 extern const char *test_devman2(void); 102 103 103 104 extern test_t tests[];
Note:
See TracChangeset
for help on using the changeset viewer.
