aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: f3be15398b44a6afdc2f71350c82b162658ea90c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBDIRS = autopilot
TESTS = indicator-keyboard-test

check_PROGRAMS = indicator-keyboard-tests

AM_CFLAGS = -w
AM_LDFLAGS = -lm
AM_VALAFLAGS = --metadatadir $(top_srcdir)/deps \
               --vapidir $(top_srcdir)/deps

indicator_keyboard_tests_SOURCES = main.vala    \
                                   fixture.vala \
                                   config.vala
indicator_keyboard_tests_VALAFLAGS = $(AM_VALAFLAGS) \
                                     --pkg gio-2.0
indicator_keyboard_tests_CFLAGS = $(AM_CFLAGS)  \
                                  $(GIO_CFLAGS)
indicator_keyboard_tests_LDFLAGS = $(AM_LDFLAGS) \
                                   $(GIO_LIBS)