Rename ssh plugin test to ssh-test-plugin.

So we can filter it out in local tests
(*-test means generic tests, *-test-plugin specific plugin tests).
This commit is contained in:
Milan Broz
2022-07-18 09:11:23 +02:00
parent 648a85ed3a
commit 0369ffdcc1
2 changed files with 3 additions and 3 deletions

View File

@@ -36,10 +36,10 @@ TESTS += integrity-compat-test
endif
if SSHPLUGIN_TOKEN
TESTS += ssh-plugin-test
TESTS += ssh-test-plugin
endif
ssh-plugin-test: fake_token_path.so
ssh-test-plugin: fake_token_path.so
fake_token_path.so:
$(CC) $(CFLAGS) $(LDFLAGS) -I $(top_srcdir)/lib -fPIC -shared \
@@ -88,7 +88,7 @@ EXTRA_DIST = compatimage.img.xz compatv10image.img.xz \
Makefile.localtest \
bitlk-compat-test \
bitlk-images.tar.xz \
ssh-plugin-test \
ssh-test-plugin \
generate-symbols-list \
run-all-symbols \
fake_token_path.c \