aboutsummaryrefslogtreecommitdiff
path: root/Makefile-test.am
diff options
context:
space:
mode:
authorJuergen Repp <juergen.repp@sit.fraunhofer.de>2018-04-12 11:05:23 +0200
committerTadeusz Struk <tadeusz.struk@intel.com>2018-04-19 11:54:38 -0700
commit0d6e278a00609bfa209279fab478ad1078f4cd02 (patch)
tree5ee3658fd3ceccbc7d3dae842e7164e5d82a5b52 /Makefile-test.am
parent2e662d73fc3307dc46dda11f1f84253d47d80e0a (diff)
downloadtpm2-tss-0d6e278a00609bfa209279fab478ad1078f4cd02.tar.gz
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>
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 d77f48bf..1b67c0c2 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -176,6 +176,7 @@ TESTS_INTEGRATION += \
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_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt
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)