mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user