Skip to content

Commit

Permalink
Tests/esapi: Add TPM RCs
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Fuchs <[email protected]>
  • Loading branch information
Andreas Fuchs authored and tstruk committed Apr 19, 2018
1 parent 4879ad3 commit 72227dc
Show file tree
Hide file tree
Showing 2 changed files with 2,805 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile-test.am
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ TESTS_UNIT += \
test/unit/esys-default-tcti \
test/unit/esys-resubmissions \
test/unit/esys-sequence-finish \
test/unit/esys-tcti-rcs
test/unit/esys-tcti-rcs \
test/unit/esys-tpm-rcs
endif ESAPI
endif #UNIT

Expand Down Expand Up @@ -293,6 +294,11 @@ test_unit_esys_tcti_rcs_CFLAGS = $(CMOCKA_CFLAGS) $(TESTS_CFLAGS)
test_unit_esys_tcti_rcs_LDADD = $(CMOCKA_LIBS) $(TESTS_LDADD)
test_unit_esys_tcti_rcs_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt
test_unit_esys_tcti_rcs_SOURCES = test/unit/esys-tcti-rcs.c

test_unit_esys_tpm_rcs_CFLAGS = $(CMOCKA_CFLAGS) $(TESTS_CFLAGS)
test_unit_esys_tpm_rcs_LDADD = $(CMOCKA_LIBS) $(TESTS_LDADD)
test_unit_esys_tpm_rcs_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt
test_unit_esys_tpm_rcs_SOURCES = test/unit/esys-tpm-rcs.c
endif # ESAPI
endif # UNIT

Expand Down
Loading

0 comments on commit 72227dc

Please sign in to comment.