Changeset c6ba274 in mainline for uspace/app/tester
- Timestamp:
- 2011-04-02T12:49:33Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8123695a
- Parents:
- a9c7c6f (diff), 969585f (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:
-
- 2 added
- 3 edited
-
Makefile (modified) (1 diff)
-
devs/devman1.c (added)
-
devs/devman1.def (added)
-
tester.c (modified) (1 diff)
-
tester.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
ra9c7c6f rc6ba274 54 54 mm/malloc1.c \ 55 55 mm/mapping1.c \ 56 devs/devman1.c \ 56 57 hw/misc/virtchar1.c \ 57 58 hw/serial/serial1.c -
uspace/app/tester/tester.c
ra9c7c6f rc6ba274 66 66 #include "adt/usbaddrkeep.def" 67 67 #include "hw/misc/virtchar1.def" 68 #include "devs/devman1.def" 68 69 {NULL, NULL, NULL, false} 69 70 }; -
uspace/app/tester/tester.h
ra9c7c6f rc6ba274 82 82 extern const char *test_usbaddrkeep(void); 83 83 extern const char *test_virtchar1(void); 84 extern const char *test_devman1(void); 84 85 85 86 extern test_t tests[];
Note:
See TracChangeset
for help on using the changeset viewer.
