aboutsummaryrefslogtreecommitdiff
path: root/Makefile-test.am
diff options
context:
space:
mode:
authorAndreas Fuchs <andreas.fuchs@sit.fraunhofer.de>2018-04-12 14:05:40 +0200
committerTadeusz Struk <tadeusz.struk@intel.com>2018-04-19 11:54:38 -0700
commit722d85f19e7d77a7985413f0370bf7ed9f334b36 (patch)
tree77f129264bb2b5bdc43090fba2a252986a12db24 /Makefile-test.am
parent95809e2d0a4f5e5dd754c3e4de87daee63df6b1a (diff)
downloadtpm2-tss-722d85f19e7d77a7985413f0370bf7ed9f334b36.tar.gz
Tests/esapi: Add TR functions for keys
Add tests for TR_FromTPMPublic and TR_GetName for persistent key objects 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 c767a105..2d719dfb 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -175,6 +175,7 @@ TESTS_INTEGRATION += \
test/integration/esys-stir-random.int \
test/integration/esys-testparms.int \
test/integration/esys-tpm-tests.int \
+ test/integration/esys-tr-fromTpmPublic-key.int \
test/integration/esys-tr-fromTpmPublic-nv.int \
test/integration/esys-unseal-password-auth.int \
test/integration/esys-verify-signature.int \
@@ -869,6 +870,13 @@ test_integration_esys_tpm_tests_int_SOURCES = \
test/integration/esys-tpm-tests.int.c \
test/integration/main-esapi.c test/integration/test-esapi.h
+test_integration_esys_tr_fromTpmPublic_key_int_CFLAGS = $(TESTS_CFLAGS)
+test_integration_esys_tr_fromTpmPublic_key_int_LDADD = $(TESTS_LDADD)
+test_integration_esys_tr_fromTpmPublic_key_int_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt
+test_integration_esys_tr_fromTpmPublic_key_int_SOURCES = \
+ test/integration/esys-tr-fromTpmPublic-key.int.c \
+ test/integration/main-esapi.c test/integration/test-esapi.h
+
test_integration_esys_tr_fromTpmPublic_nv_int_CFLAGS = $(TESTS_CFLAGS)
test_integration_esys_tr_fromTpmPublic_nv_int_LDADD = $(TESTS_LDADD)
test_integration_esys_tr_fromTpmPublic_nv_int_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt