Changeset 35:f8a5b321d0c3 in xplcommon for test
- Timestamp:
- 01/03/13 06:57:15 (12 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- test
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r34 r35 1 1 INCLUDES=-I$(top_srcdir)/src 2 2 3 noinst_PROGRAMS=test event testlocsock testblkstream testmutex testcondvar3 noinst_PROGRAMS=testthread testevent testlocsock testblkstream testmutex testcondvar 4 4 if TARGET_API_POSIX 5 5 noinst_PROGRAMS+=testrandom 6 endif 7 8 testthread_SOURCES=testthread.cc 9 testthread_LDADD=../src/xplcommon/libxplcommon.la 10 if TARGET_API_POSIX 11 testthread_LDADD+=-lpthread 12 endif 13 if TARGET_API_WIN32 14 testthread_LDFLAGS=-static-libgcc -static-libstdc++ 6 15 endif 7 16 -
test/testblkstream.cc
r31 r35 314 314 clientThread.start(); 315 315 316 316 317 Thread::sleep(60000); 317 318 //Thread::sleep(1000);
Note:
See TracChangeset
for help on using the changeset viewer.