From fee7a8e7b7e8a9c1d6d549de1137a85c4a7421db Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 28 Apr 2009 15:34:47 -0500 Subject: Starting to build a layout test. We're compiling again. --- tests/Makefile.am | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 3c58cf0..f00a7e7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,7 @@ libexec_PROGRAMS = \ - glib-server-nomenu + glib-server-nomenu \ + test-glib-layout-server glib_server_nomenu_SOURCES = \ glib-server-nomenu.c @@ -13,6 +14,17 @@ glib_server_nomenu_LDADD = \ ../libdbusmenu-glib/libdbusmenu-glib.la \ $(DBUSMENUGLIB_LIBS) +test_glib_layout_server_SOURCES = \ + test-glib-layout-server.c + +test_glib_layout_server_CFLAGS = \ + -I $(srcdir)/.. \ + $(DBUSMENUGLIB_CFLAGS) -Wall -Werror + +test_glib_layout_server_LDADD = \ + ../libdbusmenu-glib/libdbusmenu-glib.la \ + $(DBUSMENUGLIB_LIBS) + -- cgit v1.2.3