Changeset 8ebc5b8a in mainline for uspace/srv/net/tcp/Makefile


Ignore:
Timestamp:
2017-08-27T11:59:59Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
868b0e9
Parents:
b33d140
Message:

Start adding unit tests to TCP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tcp/Makefile

    rb33d140 r8ebc5b8a  
    5151        ucall.c
    5252
     53TEST_SOURCES = \
     54        pdu.c \
     55        segment.c \
     56        seq_no.c \
     57        test/main.c \
     58        test/pdu.c
     59
    5360include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.