Changeset 969585f in mainline for uspace/app/tester


Ignore:
Timestamp:
2011-04-01T20:49:28Z (15 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0053fa38, 5542b83, c6ba274
Parents:
8e7d724 (diff), ebcb05a (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.
Message:

Merge mainline changes

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

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/Makefile

    r8e7d724 r969585f  
    5454        mm/malloc1.c \
    5555        mm/mapping1.c \
     56        devs/devman1.c \
    5657        hw/misc/virtchar1.c \
    5758        hw/serial/serial1.c
  • uspace/app/tester/tester.c

    r8e7d724 r969585f  
    6666#include "adt/usbaddrkeep.def"
    6767#include "hw/misc/virtchar1.def"
     68#include "devs/devman1.def"
    6869        {NULL, NULL, NULL, false}
    6970};
  • uspace/app/tester/tester.h

    r8e7d724 r969585f  
    8282extern const char *test_usbaddrkeep(void);
    8383extern const char *test_virtchar1(void);
     84extern const char *test_devman1(void);
    8485
    8586extern test_t tests[];
Note: See TracChangeset for help on using the changeset viewer.