From 0cb3f6098d959479a96c26a92d91becc2110b30d Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 11 Jun 2008 21:48:27 +0000 Subject: Support getting groups from the server and limiting access based on LDAP groups. See #112 --- tests/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 75719b1..acfe56f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,10 +1,12 @@ UNIT_TESTS = \ - unit-test-ntlmssp.c + unit-test-ntlmssp.c \ + unit-test-stringx.c INCLUDES= \ -I$(top_srcdir) \ - -I$(top_builddir) + -I$(top_builddir) \ + -I$(top_srcdir)/common noinst_PROGRAMS= \ run-tests -- cgit v1.2.3