summaryrefslogtreecommitdiffstats
path: root/src/libply/tests/Makefile.am
blob: 00880c3d88c26c3369a403dacd25a296ee6b1640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
INCLUDES =                                                                    \
           -I$(top_srcdir)                                                    \
           -I$(srcdir)/..                                                     \
           -I$(srcdir)
TESTS = 

if ENABLE_TESTS
include $(srcdir)/ply-frame-buffer-test.am
include $(srcdir)/ply-image-test.am
include $(srcdir)/ply-terminal-test.am
include $(srcdir)/ply-terminal-session-test.am
include $(srcdir)/ply-logger-test.am
include $(srcdir)/ply-array-test.am
include $(srcdir)/ply-list-test.am
include $(srcdir)/ply-event-loop-test.am
include $(srcdir)/ply-command-parser-test.am
endif

noinst_PROGRAMS = $(TESTS)

MAINTAINERCLEANFILES = Makefile.in