From 8865f7a28e40b82f98e944c8e7dbd67b56428bbc Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 14 Mar 2008 14:40:47 +0000 Subject: Add unit tests --- tests/Makefile.am | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 tests/Makefile.am (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000..75719b1 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,31 @@ + +UNIT_TESTS = \ + unit-test-ntlmssp.c + +INCLUDES= \ + -I$(top_srcdir) \ + -I$(top_builddir) + +noinst_PROGRAMS= \ + run-tests + +run-tests.c: $(UNIT_TESTS) prep-tests.sh Makefile.am + sh prep-tests.sh -b run-tests $(UNIT_TESTS) + +run_tests_SOURCES = \ + run-tests.c \ + run-tests.h \ + $(UNIT_TESTS) + +EXTRA_DIST = \ + prep-tests.sh \ + cu-test \ + test-helpers.c \ + test-helpers.h + +# ------------------------------------------------------------------------------ +# Run the tests + +run: $(noinst_PROGRAMS) + ./run-tests + -- cgit v1.2.3