Changeset 18:0490048f256d in xplcommon for test/Makefile.am


Ignore:
Timestamp:
12/29/12 11:05:33 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Implemented basic test program for the sockets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r4 r18  
    11INCLUDES=-I$(top_srcdir)/src
    22
    3 noinst_PROGRAMS=testevent
     3noinst_PROGRAMS=testevent testlocsock
    44
    55testevent_SOURCES=testevent.cc
    66testevent_LDADD=../src/xplcommon/libxplcommon.la -lpthread
     7
     8testlocsock_SOURCES=testlocsock.cc
     9testlocsock_LDADD=../src/xplcommon/libxplcommon.la -lpthread
Note: See TracChangeset for help on using the changeset viewer.