aboutsummaryrefslogtreecommitdiff
path: root/Makefile-test.am
diff options
context:
space:
mode:
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 5ccdd4a1..e619d98a 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -145,6 +145,7 @@ if ESAPI
ESYS_TESTS_INTEGRATION_DESTRUCTIVE = \
test/integration/esys-change-eps.int \
test/integration/esys-clear.int \
+ test/integration/esys-tpm-clear-auth.int \
test/integration/esys-clear-session.int \
test/integration/esys-field-upgrade.int \
test/integration/esys-firmware-read.int \
@@ -1306,6 +1307,13 @@ test_integration_esys_auto_session_flags_int_SOURCES = \
test/integration/esys-auto-session-flags.int.c \
test/integration/main-esapi.c test/integration/test-esapi.h
+test_integration_esys_tpm_clear_auth_int_CFLAGS = $(TESTS_CFLAGS)
+test_integration_esys_tpm_clear_auth_int_LDADD = $(TESTS_LDADD)
+test_integration_esys_tpm_clear_auth_int_LDFLAGS = $(TESTS_LDFLAGS)
+test_integration_esys_tpm_clear_auth_int_SOURCES = \
+ test/integration/esys-tpm-clear-auth.int.c \
+ test/integration/main-esapi.c test/integration/test-esapi.h
+
endif #ESAPI
test_integration_sapi_policy_template_int_CFLAGS = $(TESTS_CFLAGS)