aboutsummaryrefslogtreecommitdiff
path: root/Makefile-test.am
diff options
context:
space:
mode:
authorAndreas Fuchs <andreas.fuchs@sit.fraunhofer.de>2018-05-02 11:43:11 +0200
committerTadeusz Struk <tadeusz.struk@intel.com>2018-05-04 09:49:22 -0700
commit296c281e406ac7e2b42d54de09ad67e3780203a4 (patch)
tree4fb98b44d3abe2421b86dcd817f54ffdee28a1af /Makefile-test.am
parent142cfce686db4b5e320138c8e12235f6c5fe9e47 (diff)
downloadtpm2-tss-296c281e406ac7e2b42d54de09ad67e3780203a4.tar.gz
Tests: ESAPI: Null-TCTI-Initialize
Signed-off-by: Andreas Fuchs <andreas.fuchs@sit.fraunhofer.de>
Diffstat (limited to 'Makefile-test.am')
-rw-r--r--Makefile-test.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile-test.am b/Makefile-test.am
index a5c03ff5..31e7f0ca 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -83,7 +83,8 @@ TESTS_UNIT += \
test/unit/esys-sequence-finish \
test/unit/esys-tcti-rcs \
test/unit/esys-tpm-rcs \
- test/unit/esys-getpollhandles
+ test/unit/esys-getpollhandles \
+ test/unit/esys-nulltcti
endif ESAPI
endif #UNIT
@@ -313,6 +314,12 @@ test_unit_esys_getpollhandles_CFLAGS = $(CMOCKA_CFLAGS) $(TESTS_CFLAGS)
test_unit_esys_getpollhandles_LDADD = $(CMOCKA_LIBS) $(TESTS_LDADD)
test_unit_esys_getpollhandles_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt
test_unit_esys_getpollhandles_SOURCES = test/unit/esys-getpollhandles.c
+
+test_unit_esys_nulltcti_CFLAGS = $(CMOCKA_CFLAGS) $(TESTS_CFLAGS)
+test_unit_esys_nulltcti_LDADD = $(CMOCKA_LIBS) $(TESTS_LDADD)
+test_unit_esys_nulltcti_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt
+test_unit_esys_nulltcti_SOURCES = test/unit/esys-nulltcti.c \
+ src/tss2-esys/esys_context.c
endif # ESAPI
endif # UNIT