summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
blob: 9bae1df2edd4538f7d8a7e10f3d99e6c64188089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
EXTRA_DIST = \
	test-widgets.glade

noinst_PROGRAMS = \
	test-widgets

test_widgets_CFLAGS = \
	-I$(top_srcdir) \
	$(TDEGTK_CFLAGS)

test_widgets_LDADD = \
	$(TDEGTK_LIBADD)

test_widgets_LDFLAGS = \
	$(TDEGTK_LDFLAGS)

# FIXME(Cimi): Figure out what tests must be compiled and add them here.