aboutsummaryrefslogtreecommitdiff
path: root/Makefile-test.am
diff options
context:
space:
mode:
authorAndreas Fuchs <andreas.fuchs@sit.fraunhofer.de>2018-04-12 12:21:06 +0200
committerTadeusz Struk <tadeusz.struk@intel.com>2018-04-19 11:54:38 -0700
commit95809e2d0a4f5e5dd754c3e4de87daee63df6b1a (patch)
tree3ec497919fc87a206df04c2c9091d20a22f7b19a /Makefile-test.am
parentb82f6daaf03101d61659f121b89f0857cd2aba42 (diff)
downloadtpm2-tss-95809e2d0a4f5e5dd754c3e4de87daee63df6b1a.tar.gz
Tests/esapi: Add TR functions for NV
Add tests for TR_FromTPMPublic and TR_GetName for NV 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 189482d0..c767a105 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-nv.int \
test/integration/esys-unseal-password-auth.int \
test/integration/esys-verify-signature.int \
test/integration/esys-zgen-2phase.int
@@ -868,6 +869,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_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
+test_integration_esys_tr_fromTpmPublic_nv_int_SOURCES = \
+ test/integration/esys-tr-fromTpmPublic-nv.int.c \
+ test/integration/main-esapi.c test/integration/test-esapi.h
+
test_integration_esys_unseal_password_auth_int_CFLAGS = $(TESTS_CFLAGS)
test_integration_esys_unseal_password_auth_int_LDADD = $(TESTS_LDADD)
test_integration_esys_unseal_password_auth_int_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt