diff options
author | Emanuele Aina <em@nerd.ocracy.org> | 2007-06-08 23:38:59 +0000 |
---|---|---|
committer | Emanuele Aina <em@nerd.ocracy.org> | 2007-06-08 23:38:59 +0000 |
commit | 603b58abeae13ae1d77a36f7596261fe0ec237eb (patch) | |
tree | 270d28cb814955a960378de9a45da2cacd86fe43 /tests/Makefile.am | |
parent | 1ed11190975100f68b6e3fdbcc96a8f12c3544b5 (diff) |
Added a real testcase for GibberXmppNode testing its istantiation
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 1148ce05..1b76ece1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -90,9 +90,13 @@ test_sasl_auth_CFLAGS = \ endif check_PROGRAMS = check-main -check_main_SOURCES = check-main.c +check_main_SOURCES = \ + check-main.c \ + check-gibber.h \ + check-gibber-xmpp-node.c check_main_LDADD = \ @CHECK_LIBS@ \ + $(top_builddir)/lib/gibber/libgibber.la \ $(AM_LDFLAGS) check_main_CFLAGS = \ @CHECK_CFLAGS@ \ |