summaryrefslogtreecommitdiff
path: root/security/ipe/Makefile
diff options
context:
space:
mode:
authorDeven Bowers <deven.desai@linux.microsoft.com>2024-08-02 23:08:32 -0700
committerPaul Moore <paul@paul-moore.com>2024-08-20 14:03:43 -0400
commit10ca05a7606519c7ec6a4b48be00ef90822c36a8 (patch)
tree37220d9fd3f04642c8022ee66c6aa3d883ce8315 /security/ipe/Makefile
parentba199dc909a20fe62270ae4e93f263987bb9d119 (diff)
downloadlinux-10ca05a7606519c7ec6a4b48be00ef90822c36a8.tar.gz
linux-10ca05a7606519c7ec6a4b48be00ef90822c36a8.tar.bz2
linux-10ca05a7606519c7ec6a4b48be00ef90822c36a8.zip
ipe: kunit test for parser
Add various happy/unhappy unit tests for both IPE's policy parser. Besides, a test suite for IPE functionality is available at https://github.com/microsoft/ipe/tree/test-suite Signed-off-by: Deven Bowers <deven.desai@linux.microsoft.com> Signed-off-by: Fan Wu <wufan@linux.microsoft.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'security/ipe/Makefile')
-rw-r--r--security/ipe/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/ipe/Makefile b/security/ipe/Makefile
index 70eea140306b..2ffabfa63fe9 100644
--- a/security/ipe/Makefile
+++ b/security/ipe/Makefile
@@ -26,3 +26,6 @@ obj-$(CONFIG_SECURITY_IPE) += \
audit.o \
clean-files := boot_policy.c \
+
+obj-$(CONFIG_SECURITY_IPE_KUNIT_TEST) += \
+ policy_tests.o \