diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
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 |