aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
blob: 5c6592f358a49d0e5a24f8f5c7d5bacb78bf3774 (plain)
1
2
3
4
5
6
7
8
9
10
11
noinst_PROGRAMS = test-paned test-slice test-colourpalette test-colourselectordialog test-colourbutton test-colourswatch

INCLUDES = -I$(top_srcdir)/libowl $(GTK_CFLAGS) -Wall
LDADD = -L../libowl -lowl $(GTK_LIBS)

test_paned_SOURCES = test-paned.c
test_slice_SOURCES = test-slice.c
test_colourswatch_SOURCES = test-colourswatch.c
test_colourpalette_SOURCES = test-colourpalette.c
test_colourselectordialog_SOURCES = test-colourselectordialog.c
test_colourbutton_SOURCES = test-colourbutton.c