Changeset 37:892ba916fd3d in vscpl


Ignore:
Timestamp:
12/15/22 18:20:08 (17 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/xplane/hg/vscpl' '/'>, 'public')
Message:

TCP socket test program

Location:
test
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r25 r37  
    11AM_CPPFLAGS=-I$(top_srcdir)/src -I$(top_builddir)/src
    22
    3 noinst_PROGRAMS=testthread testmutex testcondvar testevent testlocsock testblkstream testmultiserver testmulticlient
     3noinst_PROGRAMS=testthread testmutex testcondvar testevent testlocsock testtcpsock testblkstream testmultiserver testmulticlient
    44
    55if TARGET_API_POSIX
     
    2525testlocsock_SOURCES=testlocsock.cc
    2626
     27testtcpsock_SOURCES=testtcpsock.cc
     28
    2729testblkstream_SOURCES=testblkstream.cc
    2830
Note: See TracChangeset for help on using the changeset viewer.