Changeset 6344851 in mainline
- Timestamp:
- 2007-12-19T16:55:55Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c9957b6
- Parents:
- 4b11571
- Location:
- uspace/app/tester
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
r4b11571 r6344851 53 53 ipc/answer.c \ 54 54 ipc/hangup.c \ 55 devmap/devmap1.c 55 devmap/devmap1.c \ 56 vfs/vfs1.c 56 57 57 58 OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) -
uspace/app/tester/tester.c
r4b11571 r6344851 57 57 #include "ipc/hangup.def" 58 58 #include "devmap/devmap1.def" 59 #include "vfs/vfs1.def" 59 60 {NULL, NULL, NULL} 60 61 }; -
uspace/app/tester/tester.h
r4b11571 r6344851 69 69 extern char * test_hangup(bool quiet); 70 70 extern char * test_devmap1(bool quiet); 71 extern char * test_vfs1(bool quiet); 71 72 72 73 extern test_t tests[];
Note:
See TracChangeset
for help on using the changeset viewer.