Added close() method to stream classes.
[sockstream.git] / test / Makefile.am
1 check_PROGRAMS = iptest revd intest outtest http_get
2
3 iptest_SOURCES = iptest.cpp
4 iptest_CPPFLAGS = -I$(top_srcdir)/include
5 iptest_LDADD = $(top_builddir)/src/libsockstream.la
6
7 http_get_SOURCES = http_get.cpp
8 http_get_CPPFLAGS = -I$(top_srcdir)/include
9 http_get_LDADD = $(top_builddir)/src/libsockstream.la
10
11 revd_SOURCES = revd.cpp
12 revd_CPPFLAGS = -I$(top_srcdir)/include
13 revd_LDADD = $(top_builddir)/src/libsockstream.la
14
15 intest_SOURCES = intest.cpp
16 intest_CPPFLAGS = -I$(top_srcdir)/include
17 intest_LDADD = $(top_builddir)/src/libsockstream.la
18
19 outtest_SOURCES = outtest.cpp
20 outtest_CPPFLAGS = -I$(top_srcdir)/include
21 outtest_LDADD = $(top_builddir)/src/libsockstream.la
22
23 TESTS = iptest stream