Changeset 6344851 in mainline


Ignore:
Timestamp:
2007-12-19T16:55:55Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c9957b6
Parents:
4b11571
Message:

Add a simple test of VFS_MOUNT and VFS_OPEN to tester.

Location:
uspace/app/tester
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/Makefile

    r4b11571 r6344851  
    5353        ipc/answer.c \
    5454        ipc/hangup.c \
    55         devmap/devmap1.c
     55        devmap/devmap1.c \
     56        vfs/vfs1.c
    5657
    5758OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
  • uspace/app/tester/tester.c

    r4b11571 r6344851  
    5757#include "ipc/hangup.def"
    5858#include "devmap/devmap1.def"
     59#include "vfs/vfs1.def"
    5960        {NULL, NULL, NULL}
    6061};
  • uspace/app/tester/tester.h

    r4b11571 r6344851  
    6969extern char * test_hangup(bool quiet);
    7070extern char * test_devmap1(bool quiet);
     71extern char * test_vfs1(bool quiet);
    7172
    7273extern test_t tests[];
Note: See TracChangeset for help on using the changeset viewer.