2005-09-29 18:30:50 +02:00
|
|
|
bin_PROGRAMS = test_hasher test_bencoding test_ip_filter test_piece_picker test_storage
|
2005-08-17 02:24:41 +02:00
|
|
|
EXTRA_DIST = Jamfile
|
|
|
|
|
|
|
|
test_hasher_SOURCES = main.cpp test_hasher.cpp
|
|
|
|
test_hasher_LDADD = $(top_builddir)/src/libtorrent.la
|
|
|
|
|
|
|
|
test_bencoding_SOURCES = main.cpp test_bencoding.cpp
|
|
|
|
test_bencoding_LDADD = $(top_builddir)/src/libtorrent.la
|
|
|
|
|
|
|
|
test_ip_filter_SOURCES = main.cpp test_ip_filter.cpp
|
|
|
|
test_ip_filter_LDADD = $(top_builddir)/src/libtorrent.la
|
|
|
|
|
|
|
|
test_piece_picker_SOURCES = main.cpp test_piece_picker.cpp
|
|
|
|
test_piece_picker_LDADD = $(top_builddir)/src/libtorrent.la
|
|
|
|
|
2005-09-28 23:46:35 +02:00
|
|
|
test_storage_SOURCES = main.cpp test_storage.cpp
|
|
|
|
test_storage_LDADD = $(top_builddir)/src/libtorrent.la
|
|
|
|
|
2005-08-17 02:24:41 +02:00
|
|
|
noinst_HEADERS = test.hpp
|
|
|
|
|
|
|
|
AM_CXXFLAGS=-ftemplate-depth-50 -I$(top_srcdir)/include @DEBUGFLAGS@ @PTHREAD_CFLAGS@
|
|
|
|
AM_LDFLAGS= -L./ -l@BOOST_DATE_TIME_LIB@ -l@BOOST_FILESYSTEM_LIB@ -l@BOOST_THREAD_LIB@ @PTHREAD_LIBS@
|