Allow individual plugin controls to be shown / hidden.
[ardour.git] / libs / taglib / tests / Makefile.am
1 INCLUDES = \
2         -I$(top_srcdir)/taglib\
3         -I$(top_srcdir)/taglib/toolkit \
4         -I$(top_srcdir)/taglib/trueaudio \
5         -I$(top_srcdir)/taglib/mpeg \
6         -I$(top_srcdir)/taglib/mpeg/id3v1 \
7         -I$(top_srcdir)/taglib/mpeg/id3v2 \
8         -I$(top_srcdir)/taglib/mpeg/id3v2/frames
9
10 test_runner_SOURCES = \
11         main.cpp \
12         test_list.cpp \
13         test_map.cpp \
14         test_mpeg.cpp \
15         test_synchdata.cpp \
16         test_trueaudio.cpp \
17         test_bytevector.cpp \
18         test_string.cpp \
19         test_fileref.cpp \
20         test_id3v1.cpp \
21         test_id3v2.cpp
22
23 if build_tests
24 TESTS = test_runner
25 check_PROGRAMS = test_runner
26 LDADD = ../taglib/libtag.la -lcppunit
27 endif