Skip to content

Commit

Permalink
M
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetrich committed Jun 4, 2024
1 parent afe2433 commit 6a8b204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ $(patsubst %.c,%.o,$(wildcard test-*.c)) : | test-random.h
test-load-options_FILES = lib/guid.c
test-load-options : CFLAGS+=-DHAVE_SHIM_LOCK_GUID

test-mock-variables_FILES = mok.c globals.c tpm.c lib/guid.c lib/variables.c mock-variables.c
test-mock-variables_FILES = mok.c globals.c tpm.c lib/guid.c lib/variables.c lib/console.c mock-variables.c
test-mock-variables: CFLAGS+=-DHAVE_SHIM_LOCK_GUID

test-mok-mirror_FILES = mok.c globals.c tpm.c lib/guid.c lib/variables.c mock-variables.c
Expand Down

0 comments on commit 6a8b204

Please sign in to comment.