Tests/esapi: Add PolicyTicket

Signed-off-by: Juergen Repp <juergen.repp@sit.fraunhofer.de>
Signed-off-by: Andreas Fuchs <andreas.fuchs@sit.fraunhofer.de>
diff --git a/Makefile-test.am b/Makefile-test.am
index 6300cd2..c319eff 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -163,6 +163,7 @@
     test/integration/esys-pcr-basic.int \
     test/integration/esys-pcr-auth-value.int \
     test/integration/esys-policy-authorize.int \
+    test/integration/esys-policy-ticket.int \
     test/integration/esys-policy-nv-changeauth.int \
     test/integration/esys-policy-password.int \
     test/integration/esys-rsa-encrypt-decrypt.int \
@@ -752,11 +753,12 @@
     src/tss2-esys/esys_crypto.c \
     test/integration/main-esapi.c test/integration/test-esapi.h
 
-test_integration_esys_pcr_auth_value_int_CFLAGS  = $(TESTS_CFLAGS)
-test_integration_esys_pcr_auth_value_int_LDADD   = $(TESTS_LDADD)
-test_integration_esys_pcr_auth_value_int_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt
-test_integration_esys_pcr_auth_value_int_SOURCES = \
-    test/integration/esys-pcr-auth-value.int.c \
+test_integration_esys_policy_ticket_int_CFLAGS  = $(TESTS_CFLAGS)
+test_integration_esys_policy_ticket_int_LDADD   = $(TESTS_LDADD)
+test_integration_esys_policy_ticket_int_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt
+test_integration_esys_policy_ticket_int_SOURCES = \
+    test/integration/esys-policy-ticket.int.c \
+    src/tss2-esys/esys_crypto.c \
     test/integration/main-esapi.c test/integration/test-esapi.h
 
 test_integration_esys_policy_nv_changeauth_int_CFLAGS  = $(TESTS_CFLAGS)
@@ -780,6 +782,13 @@
     test/integration/esys-pcr-basic.int.c \
     test/integration/main-esapi.c test/integration/test-esapi.h
 
+test_integration_esys_pcr_auth_value_int_CFLAGS  = $(TESTS_CFLAGS)
+test_integration_esys_pcr_auth_value_int_LDADD   = $(TESTS_LDADD)
+test_integration_esys_pcr_auth_value_int_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt
+test_integration_esys_pcr_auth_value_int_SOURCES = \
+    test/integration/esys-pcr-auth-value.int.c \
+    test/integration/main-esapi.c test/integration/test-esapi.h
+
 test_integration_esys_quote_int_CFLAGS  = $(TESTS_CFLAGS)
 test_integration_esys_quote_int_LDADD   = $(TESTS_LDADD)
 test_integration_esys_quote_int_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt