Changeset 969585f in mainline for uspace/app/tester
- Timestamp:
- 2011-04-01T20:49:28Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0053fa38, 5542b83, c6ba274
- Parents:
- 8e7d724 (diff), ebcb05a (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
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
r8e7d724 r969585f 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
r8e7d724 r969585f 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
r8e7d724 r969585f 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.