Changeset 11:8896990dfd4a in vscpl


Ignore:
Timestamp:
01/20/13 08:42:46 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/xplane/hg/vscpl' '/'>, 'public')
Message:

Imported the test program for the pseudo-random number generator

Location:
test
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r10 r11  
    22
    33noinst_PROGRAMS=testthread testmutex testcondvar testevent testlocsock testblkstream
     4
     5if TARGET_API_POSIX
     6noinst_PROGRAMS+=testrandom
     7endif
    48
    59LDADD=../src/hu/varadiistvan/scpl/libvscpl.la
     
    2226
    2327testblkstream_SOURCES=testblkstream.cc
     28
     29testrandom_SOURCES=testrandom.cc
Note: See TracChangeset for help on using the changeset viewer.