Changeset 14:e46811708269 in vscpl for test/Makefile.am


Ignore:
Timestamp:
04/06/13 07:32:54 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/xplane/hg/vscpl' '/'>, 'public')
Message:

Added test programs for a server serving multiple clients

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r11 r14  
    11INCLUDES=-I$(top_srcdir)/src -I$(top_builddir)/src
    22
    3 noinst_PROGRAMS=testthread testmutex testcondvar testevent testlocsock testblkstream
     3noinst_PROGRAMS=testthread testmutex testcondvar testevent testlocsock testblkstream testmultiserver testmulticlient
    44
    55if TARGET_API_POSIX
     
    2828
    2929testrandom_SOURCES=testrandom.cc
     30
     31testmultiserver_SOURCES=testmultiserver.cc
     32
     33testmulticlient_SOURCES=testmulticlient.cc
Note: See TracChangeset for help on using the changeset viewer.