diff options
| author | Ted Gould <ted@canonical.com> | 2009-04-28 15:34:47 -0500 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-04-28 15:34:47 -0500 |
| commit | fee7a8e7b7e8a9c1d6d549de1137a85c4a7421db (patch) | |
| tree | eae61b32cf80bb11ad5476263eb5c417c1696688 /tests/Makefile.am | |
| parent | 74daa57d491aff78857a554ddb8c190c70a5e269 (diff) | |
| download | libdbusmenu-fee7a8e7b7e8a9c1d6d549de1137a85c4a7421db.tar.gz libdbusmenu-fee7a8e7b7e8a9c1d6d549de1137a85c4a7421db.tar.bz2 libdbusmenu-fee7a8e7b7e8a9c1d6d549de1137a85c4a7421db.zip | |
Starting to build a layout test. We're compiling again.
Diffstat (limited to 'tests/Makefile.am')
| -rw-r--r-- | tests/Makefile.am | 14 |
1 files changed, 13 insertions, 1 deletions
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) + |
