Changeset 37:892ba916fd3d in vscpl
- Timestamp:
- 12/15/22 18:20:08 (2 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- test
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r25 r37 1 1 AM_CPPFLAGS=-I$(top_srcdir)/src -I$(top_builddir)/src 2 2 3 noinst_PROGRAMS=testthread testmutex testcondvar testevent testlocsock test blkstream testmultiserver testmulticlient3 noinst_PROGRAMS=testthread testmutex testcondvar testevent testlocsock testtcpsock testblkstream testmultiserver testmulticlient 4 4 5 5 if TARGET_API_POSIX … … 25 25 testlocsock_SOURCES=testlocsock.cc 26 26 27 testtcpsock_SOURCES=testtcpsock.cc 28 27 29 testblkstream_SOURCES=testblkstream.cc 28 30
Note:
See TracChangeset
for help on using the changeset viewer.