Changeset 5:55892b4e7748 in vscpl for test


Ignore:
Timestamp:
01/19/13 14:07:10 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Imported the conditional variable implementation from xplcommon

Location:
test
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r4 r5  
    11INCLUDES=-I$(top_srcdir)/src -I../src/hu/varadiistvan/scpl
    22
    3 noinst_PROGRAMS=testthread testmutex
     3noinst_PROGRAMS=testthread testmutex testcondvar
    44
    55LDADD=../src/hu/varadiistvan/scpl/libvscpl.la
     
    1414
    1515testmutex_SOURCES=testmutex.cc
     16
     17testcondvar_SOURCES=testcondvar.cc
Note: See TracChangeset for help on using the changeset viewer.