Changeset 7:e0118c752a06 in vscpl for test


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

Imported the WaitableEvent class

Location:
test
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r6 r7  
    11INCLUDES=-I$(top_srcdir)/src -I$(top_builddir)/src
    22
    3 noinst_PROGRAMS=testthread testmutex testcondvar
     3noinst_PROGRAMS=testthread testmutex testcondvar testevent
    44
    55LDADD=../src/hu/varadiistvan/scpl/libvscpl.la
     
    1616
    1717testcondvar_SOURCES=testcondvar.cc
     18
     19testevent_SOURCES=testevent.cc
Note: See TracChangeset for help on using the changeset viewer.