Skip to content

Commit

Permalink
filter: New virtual wrapper for access control
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno committed Feb 8, 2017
1 parent 3d54011 commit 8ead9b1
Show file tree
Hide file tree
Showing 5 changed files with 624 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/manual/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ IGNORE_HFILES= \
conf.h \
debug.h \
dict.h \
filter.h \
log.h \
mock.h \
modules.h \
Expand Down
5 changes: 5 additions & 0 deletions p11-kit/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ MODULE_SRCS = \
p11-kit/conf.c p11-kit/conf.h \
p11-kit/iter.c \
p11-kit/log.c p11-kit/log.h \
p11-kit/filter.c p11-kit/filter.h \
p11-kit/modules.c p11-kit/modules.h \
p11-kit/pkcs11.h \
p11-kit/pin.c \
Expand Down Expand Up @@ -217,12 +218,16 @@ CHECK_PROGS += \
test-virtual \
test-managed \
test-log \
test-filter \
test-transport \
$(NULL)

test_log_SOURCES = p11-kit/test-log.c
test_log_LDADD = $(p11_kit_LIBS)

test_filter_SOURCES = p11-kit/test-filter.c
test_filter_LDADD = $(p11_kit_LIBS)

test_managed_SOURCES = p11-kit/test-managed.c
test_managed_LDADD = $(p11_kit_LIBS)

Expand Down
Loading

0 comments on commit 8ead9b1

Please sign in to comment.