Skip to content

Commit

Permalink
test-suite: remove log compilers
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Holland <[email protected]>
  • Loading branch information
Johannes Holland committed Jul 31, 2024
1 parent ac930eb commit e2e42c4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 381 deletions.
2 changes: 1 addition & 1 deletion Makefile-fuzz.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# All rights reserved.

TEST_EXTENSIONS += .fuzz
FUZZ_LOG_COMPILER = $(srcdir)/script/fuzz-log-compiler.sh
AM_TESTS_ENVIRONMENT = TPM20TEST_TCTI='$(INTEGRATION_TCTI)'
INCLUDE_DIRS += -I$(srcdir)/test/fuzz/tcti
TESTS_LIBADD = $(lib_LTLIBRARIES) $(libtss2_mu) $(libtss2_sys) $(libutil)

Expand Down
13 changes: 3 additions & 10 deletions Makefile-test.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,13 @@ endif

check_LTLIBRARIES =
# test harness configuration
TEST_EXTENSIONS = .int .fint
INT_LOG_COMPILER = $(srcdir)/script/int-log-compiler.sh
FINT_LOG_COMPILER = $(srcdir)/script/fint-log-compiler.sh
INT_LOG_FLAGS = $(INTEGRATION_TCTI)
FINT_LOG_FLAGS = $(INTEGRATION_TCTI)
EXTRA_DIST += $(srcdir)/script/int-log-compiler.sh \
$(srcdir)/script/fint-log-compiler.sh \
$(srcdir)/script/int-log-compiler-common.sh \
$(srcdir)/script/ekca/create_ca.sh \
TEST_EXTENSIONS = .int .int
AM_TESTS_ENVIRONMENT = TPM20TEST_TCTI='$(INTEGRATION_TCTI)'
EXTRA_DIST += $(srcdir)/script/ekca/create_ca.sh \
$(srcdir)/script/ekca/init_ca.sh \
$(srcdir)/script/ekca/ek.cnf \
$(srcdir)/script/ekca/intermed-ca.cnf \
$(srcdir)/script/ekca/root-ca.cnf
AM_TESTS_ENVIRONMENT = PATH="$(PATH)"

check-programs: $(check_PROGRAMS)

Expand Down
86 changes: 0 additions & 86 deletions script/fint-log-compiler.sh

This file was deleted.

229 changes: 0 additions & 229 deletions script/int-log-compiler-common.sh

This file was deleted.

Loading

0 comments on commit e2e42c4

Please sign in to comment.