Changeset f568ee7 in mainline for uspace/app
- Timestamp:
- 2010-12-19T10:34:19Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e080332
- Parents:
- 6e5dc07 (diff), 557c7d0 (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)
-
hw/misc/virtchar1.c (added)
-
hw/misc/virtchar1.def (added)
-
tester.c (modified) (1 diff)
-
tester.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
r6e5dc07 rf568ee7 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
r6e5dc07 rf568ee7 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
r6e5dc07 rf568ee7 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.
