Changeset 40dc422 in mainline for uspace/app/tester
- Timestamp:
- 2010-12-18T11:07:32Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 557c7d0, 78ffb70
- Parents:
- bbc74af7 (diff), 6e50466 (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
rbbc74af7 r40dc422 51 51 loop/loop1.c \ 52 52 mm/malloc1.c \ 53 hw/misc/virtchar1.c \ 53 54 hw/serial/serial1.c 54 55 -
uspace/app/tester/tester.c
rbbc74af7 r40dc422 65 65 #include "mm/malloc1.def" 66 66 #include "hw/serial/serial1.def" 67 #include "hw/misc/virtchar1.def" 67 68 {NULL, NULL, NULL, false} 68 69 }; -
uspace/app/tester/tester.h
rbbc74af7 r40dc422 82 82 extern const char *test_malloc1(void); 83 83 extern const char *test_serial1(void); 84 extern const char *test_virtchar1(void); 84 85 85 86 extern test_t tests[];
Note:
See TracChangeset
for help on using the changeset viewer.
