tests/jid: enable the test

This commit is contained in:
Dmitry Podgorny
2016-04-30 16:15:45 +00:00
parent e4a4bdd3a3
commit c9a5cba113
2 changed files with 7 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ examples_uuid_LDADD = $(STROPHE_LIBS)
## Tests
TESTS = tests/check_parser tests/test_sha1 tests/test_md5 tests/test_rand \
tests/test_scram tests/test_base64 tests/test_snprintf \
tests/test_scram tests/test_base64 tests/test_jid tests/test_snprintf \
tests/test_resolver
check_PROGRAMS = $(TESTS)
@@ -91,6 +91,11 @@ tests_test_base64_CFLAGS = $(STROPHE_FLAGS) -I$(top_srcdir)/src
tests_test_base64_LDADD = $(STROPHE_LIBS)
tests_test_base64_LDFLAGS = -static
tests_test_jid_SOURCES = tests/test_jid.c
tests_test_jid_CFLAGS = $(STROPHE_FLAGS) -I$(top_srcdir)/src
tests_test_jid_LDADD = $(STROPHE_LIBS)
tests_test_jid_LDFLAGS = -static
tests_test_resolver_SOURCES = tests/test_resolver.c tests/test.h
tests_test_resolver_CFLAGS = $(STROPHE_FLAGS) -I$(top_srcdir)/src
tests_test_resolver_LDADD = $(STROPHE_LIBS)

View File

@@ -1,4 +1,4 @@
/* test_base64.c
/* test_jid.c
** libstrophe XMPP client library -- test routines for the jid utils
**
** Copyright (C) 2005-2009 Collecta, Inc.