summaryrefslogtreecommitdiffstats
path: root/src/libply/tests/ply-terminal-test.am
blob: 92624135c7c0ca06b75eb501c476bad7ebf6461c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TESTS += ply-terminal-test

ply_terminal_test_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLY_TERMINAL_ENABLE_TEST
ply_terminal_test_LDADD = $(PLYMOUTH_LIBS)

ply_terminal_test_SOURCES =                                                   \
                          $(srcdir)/../ply-logger.h                           \
                          $(srcdir)/../ply-logger.c                           \
                          $(srcdir)/../ply-utils.h                            \
                          $(srcdir)/../ply-utils.c                            \
                          $(srcdir)/../ply-terminal.h                         \
                          $(srcdir)/../ply-terminal.c