Changeset 29:54c2d451f8a0 in xplcommon for test/Makefile.am


Ignore:
Timestamp:
01/02/13 11:37:15 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Implemented a blocking stream and a corresponding trst program

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r27 r29  
    11INCLUDES=-I$(top_srcdir)/src
    22
    3 noinst_PROGRAMS=testevent testlocsock
     3noinst_PROGRAMS=testevent testlocsock testblkstream
    44if TARGET_API_POSIX
    55noinst_PROGRAMS+=testrandom
     
    2424endif
    2525
     26testblkstream_SOURCES=testblkstream.cc
     27testblkstream_LDADD=../src/xplcommon/libxplcommon.la
     28if TARGET_API_POSIX
     29testblkstream_LDADD+=-lpthread
     30endif
     31if TARGET_API_WIN32
     32testblkstream_LDFLAGS=-static-libgcc -static-libstdc++
     33endif
     34
    2635testrandom_SOURCES=testrandom.cc
    2736testrandom_LDADD=../src/xplcommon/libxplcommon.la
Note: See TracChangeset for help on using the changeset viewer.