Tests/esapi: Add ZGen_2Phase

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 d77f48b..1b67c0c 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -176,6 +176,7 @@
     test/integration/esys-tpm-tests.int \
     test/integration/esys-unseal-password-auth.int \
     test/integration/esys-verify-signature.int \
+    test/integration/esys-zgen-2phase.int
 endif #ESAPI
 endif #SIMULATOR_BIN
 
@@ -872,6 +873,13 @@
 test_integration_esys_verify_signature_int_SOURCES = \
     test/integration/esys-verify-signature.int.c \
     test/integration/main-esapi.c test/integration/test-esapi.h
+
+test_integration_esys_zgen_2phase_int_CFLAGS = $(TESTS_CFLAGS)
+test_integration_esys_zgen_2phase_int_LDADD = $(TESTS_LDADD)
+test_integration_esys_zgen_2phase_int_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt
+test_integration_esys_zgen_2phase_int_SOURCES = \
+    test/integration/esys-zgen-2phase.int.c \
+    test/integration/main-esapi.c test/integration/test-esapi.h
 endif #ESAPI
 
 test_integration_policy_template_int_CFLAGS  = $(TESTS_CFLAGS)