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

if ENABLE_TESTS
include $(srcdir)/ply-boot-server-test.am
include $(srcdir)/ply-boot-splash-test.am
include $(srcdir)/ply-window-test.am
endif

noinst_PROGRAMS = $(TESTS)
MAINTAINERCLEANFILES = Makefile.in