Changeset 557c7d0 in mainline for uspace/app
- Timestamp:
- 2010-12-19T10:12:49Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8dd039a, f568ee7
- Parents:
- 11658b64 (diff), 40dc422 (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
r11658b64 r557c7d0 55 55 loop/loop1.c \ 56 56 mm/malloc1.c \ 57 hw/misc/virtchar1.c \ 57 58 hw/serial/serial1.c 58 59 -
uspace/app/tester/tester.c
r11658b64 r557c7d0 66 66 #include "hw/serial/serial1.def" 67 67 #include "adt/usbaddrkeep.def" 68 #include "hw/misc/virtchar1.def" 68 69 {NULL, NULL, NULL, false} 69 70 }; -
uspace/app/tester/tester.h
r11658b64 r557c7d0 83 83 extern const char *test_serial1(void); 84 84 extern const char *test_usbaddrkeep(void); 85 extern const char *test_virtchar1(void); 85 86 86 87 extern test_t tests[];
Note:
See TracChangeset
for help on using the changeset viewer.