Files
rtorrent/test/Makefile.am
T
rakshasa b530d35d94 * More work on rpc::object_storage and moving simple functions over to it.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1165 e378c898-3ddf-0310-93e7-cc216c733640
2010-04-28 15:19:18 +00:00

29 lines
726 B
Makefile

TESTS = rtorrentTest
check_PROGRAMS = $(TESTS)
rtorrentTest_LDADD = \
../src/ui/libsub_ui.a \
../src/core/libsub_core.a \
../src/display/libsub_display.a \
../src/input/libsub_input.a \
../src/rpc/libsub_rpc.a \
../src/utils/libsub_utils.a \
../src/libsub_root.a
rtorrentTest_SOURCES = \
rpc/command_test.cc \
rpc/command_test.h \
rpc/command_map_test.cc \
rpc/command_map_test.h \
rpc/command_slot_test.cc \
rpc/command_slot_test.h \
rpc/object_storage_test.cc \
rpc/object_storage_test.h \
src/command_dynamic_test.cc \
src/command_dynamic_test.h \
main.cc
rtorrentTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
rtorrentTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
INCLUDES = -I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/src