Tests/esapi: Add TPM2_Tests

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 68144f6..7ffc37b 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -173,6 +173,7 @@
     test/integration/esys-set-algorithm-set.int \
     test/integration/esys-stir-random.int \
     test/integration/esys-testparms.int \
+    test/integration/esys-tpm-tests.int \
     test/integration/esys-unseal-password-auth.int \
 endif #ESAPI
 endif #SIMULATOR_BIN
@@ -850,6 +851,13 @@
     test/integration/esys-testparms.int.c \
     test/integration/main-esapi.c test/integration/test-esapi.h
 
+test_integration_esys_tpm_tests_int_CFLAGS  = $(TESTS_CFLAGS)
+test_integration_esys_tpm_tests_int_LDADD   = $(TESTS_LDADD)
+test_integration_esys_tpm_tests_int_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt
+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_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