Changeset 57914494 in mainline for uspace/app/tester


Ignore:
Timestamp:
2017-11-21T11:12:08Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
afec1bef
Parents:
b2f542a
git-author:
Jiri Svoboda <jiri@…> (2017-11-20 21:10:53)
git-committer:
Jiri Svoboda <jiri@…> (2017-11-21 11:12:08)
Message:

Chardev needs testing.

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

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/Makefile

    rb2f542a r57914494  
    6969        mm/pager1.c \
    7070        hw/misc/virtchar1.c \
    71         hw/serial/serial1.c
     71        hw/serial/serial1.c \
     72        chardev/chardev1.c
    7273
    7374include $(USPACE_PREFIX)/Makefile.common
  • uspace/app/tester/tester.c

    rb2f542a r57914494  
    7777#include "hw/serial/serial1.def"
    7878#include "hw/misc/virtchar1.def"
     79#include "chardev/chardev1.def"
    7980        {NULL, NULL, NULL, false}
    8081};
  • uspace/app/tester/tester.h

    rb2f542a r57914494  
    111111extern const char *test_devman1(void);
    112112extern const char *test_devman2(void);
     113extern const char *test_chardev1(void);
    113114
    114115extern test_t tests[];
Note: See TracChangeset for help on using the changeset viewer.