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

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
test_menu_SOURCES = test-menu.c