aboutsummaryrefslogtreecommitdiff
path: root/Makefile-test.am
diff options
context:
space:
mode:
authorAndreas Fuchs <andreas.fuchs@sit.fraunhofer.de>2019-03-13 12:21:17 +0100
committerAndreas Fuchs <andreas.fuchs@sit.fraunhofer.de>2019-03-15 11:21:27 +0100
commitfc1930521221b7c87a5e952769da3963003bc398 (patch)
tree32a9a4d5affde77f002d6381e1175cdbdec99569 /Makefile-test.am
parent7648d04a1b2212304c463a58b74299607eb7108b (diff)
downloadtpm2-tss-fc1930521221b7c87a5e952769da3963003bc398.tar.gz
Tests: esys+sys encrypt / decrypt session flags propagation
Adding a test for command decrypt and response encrypt session flags that are set in Esys are actually propagated to the TPM command's session flags, if the command allows this. Using TPM2_CreatePrimary as a candidate. Signed-off-by: Andreas Fuchs <andreas.fuchs@sit.fraunhofer.de>
Diffstat (limited to 'Makefile-test.am')
-rw-r--r--Makefile-test.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile-test.am b/Makefile-test.am
index 55da3dae..4a54a893 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -175,6 +175,7 @@ ESYS_TESTS_INTEGRATION_MANDATORY = \
test/integration/esys-quote.int \
test/integration/esys-rsa-encrypt-decrypt.int \
test/integration/esys-save-and-load-context.int \
+ test/integration/esys-session-attributes.int \
test/integration/esys-stir-random.int \
test/integration/esys-testparms.int \
test/integration/esys-tpm-tests.int \
@@ -979,6 +980,13 @@ test_integration_esys_save_and_load_context_int_SOURCES = \
test/integration/esys-save-and-load-context.int.c \
test/integration/main-esapi.c test/integration/test-esapi.h
+test_integration_esys_session_attributes_int_CFLAGS = $(TESTS_CFLAGS)
+test_integration_esys_session_attributes_int_LDADD = $(TESTS_LDADD)
+test_integration_esys_session_attributes_int_LDFLAGS = $(TESTS_LDFLAGS)
+test_integration_esys_session_attributes_int_SOURCES = \
+ test/integration/esys-session-attributes.int.c \
+ test/integration/main-esapi.c test/integration/test-esapi.h
+
test_integration_esys_set_algorithm_set_int_CFLAGS = $(TESTS_CFLAGS)
test_integration_esys_set_algorithm_set_int_LDADD = $(TESTS_LDADD)
test_integration_esys_set_algorithm_set_int_LDFLAGS = $(TESTS_LDFLAGS)