Changeset 975d528 in mainline for uspace/srv/net/tcp/Makefile


Ignore:
Timestamp:
2017-09-10T17:48:58Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e1b4ae0
Parents:
12dcd5f
Message:

Add unit tests for TCP tqueue. Fix tqueue possibly being finalized without freeing pending segments.

File:
1 edited

Legend:

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

    r12dcd5f r975d528  
    6262        test/rqueue.c \
    6363        test/segment.c \
    64         test/seq_no.c
     64        test/seq_no.c \
     65        test/tqueue.c
    6566
    6667include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.