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>
diff --git a/Makefile-test.am b/Makefile-test.am
index c767a10..2d719df 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -175,6 +175,7 @@
     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.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