Changeset 11:8896990dfd4a in vscpl
- Timestamp:
- 01/20/13 08:42:46 (12 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- test
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r10 r11 2 2 3 3 noinst_PROGRAMS=testthread testmutex testcondvar testevent testlocsock testblkstream 4 5 if TARGET_API_POSIX 6 noinst_PROGRAMS+=testrandom 7 endif 4 8 5 9 LDADD=../src/hu/varadiistvan/scpl/libvscpl.la … … 22 26 23 27 testblkstream_SOURCES=testblkstream.cc 28 29 testrandom_SOURCES=testrandom.cc
Note:
See TracChangeset
for help on using the changeset viewer.