From 8e63e483240687ee4c4325073d84926e39416bc9 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 4 Jan 2012 17:16:39 +0100 Subject: expect: add nfexp_cmp This patch adds nfexp_cmp that allows you to compare two expectation objects. This includes the extension of test_api for this new function. Signed-off-by: Pablo Neira Ayuso --- src/expect/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/expect/Makefile.am') diff --git a/src/expect/Makefile.am b/src/expect/Makefile.am index 8adf740..977a359 100644 --- a/src/expect/Makefile.am +++ b/src/expect/Makefile.am @@ -3,6 +3,7 @@ include $(top_srcdir)/Make_global.am noinst_LTLIBRARIES = libnfexpect.la libnfexpect_la_SOURCES = api.c \ + compare.c \ getter.c setter.c \ parse.c build.c \ snprintf.c \ -- cgit v1.2.3