aboutsummaryrefslogtreecommitdiff
path: root/Makefile-test.am
diff options
context:
space:
mode:
authorJuergen Repp <juergen.repp@sit.fraunhofer.de>2018-04-12 11:04:06 +0200
committerTadeusz Struk <tadeusz.struk@intel.com>2018-04-19 11:54:38 -0700
commitcd6c1a148eade0037feeec196fa953f7c857c049 (patch)
tree5ae48cd815dd67f74931f8cc81add279269320c4 /Makefile-test.am
parenta3c6e2d288bece911ac07b7947aafb6bf019cdf1 (diff)
downloadtpm2-tss-cd6c1a148eade0037feeec196fa953f7c857c049.tar.gz
Tests/esapi: Add TestParms
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 df3c9ac7..68144f6f 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -172,6 +172,7 @@ TESTS_INTEGRATION += \
test/integration/esys-save-and-load-context.int \
test/integration/esys-set-algorithm-set.int \
test/integration/esys-stir-random.int \
+ test/integration/esys-testparms.int \
test/integration/esys-unseal-password-auth.int \
endif #ESAPI
endif #SIMULATOR_BIN
@@ -842,6 +843,13 @@ test_integration_esys_stir_random_int_SOURCES = \
test/integration/esys-stir-random.int.c \
test/integration/main-esapi.c test/integration/test-esapi.h
+test_integration_esys_testparms_int_CFLAGS = $(TESTS_CFLAGS)
+test_integration_esys_testparms_int_LDADD = $(TESTS_LDADD)
+test_integration_esys_testparms_int_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt
+test_integration_esys_testparms_int_SOURCES = \
+ test/integration/esys-testparms.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