aboutsummaryrefslogtreecommitdiff
path: root/Makefile-test.am
diff options
context:
space:
mode:
authorJuergen Repp <juergen.repp@sit.fraunhofer.de>2018-04-12 11:01:30 +0200
committerTadeusz Struk <tadeusz.struk@intel.com>2018-04-19 11:54:38 -0700
commit91ed3dea7ac1ce9a2019773751f5933439f08139 (patch)
treee6975fac04e8753da81094e5049140ee7dae07b6 /Makefile-test.am
parent4cac2827a7cb111d7cc33a34c39399c562ab39d6 (diff)
downloadtpm2-tss-91ed3dea7ac1ce9a2019773751f5933439f08139.tar.gz
Tests/esapi: Add PP_Commands
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.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile-test.am b/Makefile-test.am
index 62d52f29..8a1c0e23 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -158,7 +158,6 @@ TESTS_INTEGRATION += \
test/integration/esys-nv-ram-ordinary-index-wlock-session.int \
test/integration/esys-nv-ram-set-bits.int \
test/integration/esys-nv-ram-set-bits-session.int \
- test/integration/esys-quote.int \
test/integration/esys-object-changeauth.int \
test/integration/esys-pcr-basic.int \
test/integration/esys-pcr-auth-value.int \
@@ -167,6 +166,8 @@ TESTS_INTEGRATION += \
test/integration/esys-policy-nv-changeauth.int \
test/integration/esys-policy-nv-undefine-special.int \
test/integration/esys-policy-password.int \
+ test/integration/esys-pp-commands.int \
+ test/integration/esys-quote.int \
test/integration/esys-rsa-encrypt-decrypt.int \
test/integration/esys-save-and-load-context.int \
test/integration/esys-unseal-password-auth.int
@@ -797,6 +798,13 @@ 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_pp_commands_int_CFLAGS = $(TESTS_CFLAGS)
+test_integration_esys_pp_commands_int_LDADD = $(TESTS_LDADD)
+test_integration_esys_pp_commands_int_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt
+test_integration_esys_pp_commands_int_SOURCES = \
+ test/integration/esys-pp-commands.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