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 Dec 20, 2016
1 parent f8f0617 commit 30257bc
Show file tree
Hide file tree
Showing 4 changed files with 657 additions and 0 deletions.
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 @@ -199,12 +200,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 30257bc

Please sign in to comment.