Rename some tests to simplify localtest parsing.

This commit is contained in:
Milan Broz
2022-07-18 15:09:28 +02:00
parent 090dca635a
commit bf4bfeac8a
4 changed files with 6 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
TESTS = 00modules-test \
api-test \
api-test-2 \
compat-test-args \
compat-args-test \
compat-test \
compat-test2 \
loopaes-test \
@@ -18,7 +18,7 @@ TESTS = 00modules-test \
luks2-validation-test \
luks2-integrity-test \
vectors-test \
blockwise-compat \
blockwise-compat-test \
bitlk-compat-test \
run-all-symbols \
unit-utils-crypt-test \
@@ -66,7 +66,7 @@ EXTRA_DIST = compatimage.img.xz compatv10image.img.xz \
tcrypt-images.tar.xz \
luks1-images.tar.xz \
00modules-test \
compat-test-args \
compat-args-test \
compat-test \
compat-test2 \
loopaes-test align-test discards-test mode-test password-hash-test \
@@ -83,7 +83,7 @@ EXTRA_DIST = compatimage.img.xz compatv10image.img.xz \
keyring-compat-test \
integrity-compat-test \
cryptsetup-valg-supps valg.sh valg-api.sh \
blockwise-compat \
blockwise-compat-test \
blkid-luks2-pv.img.xz \
Makefile.localtest \
bitlk-compat-test \
@@ -160,7 +160,7 @@ compatimage.img:
@xz -k -d compatimage.img.xz
valgrind-check: api-test api-test-2 differ
@VALG=1 ./compat-test-args
@VALG=1 ./compat-args-test
@VALG=1 ./compat-test
@VALG=1 ./compat-test2
@VALG=1 ./luks2-validation-test

View File

@@ -7,8 +7,7 @@ CPPFLAGS=-I../lib/ -I../lib/luks1 -DHAVE_DECL_DM_TASK_RETRY_REMOVE -DKERNEL_KEYR
-DHAVE_SYS_SYSMACROS_H -DNO_CRYPTSETUP_PATH
CFLAGS=-O2 -g -Wall -D_GNU_SOURCE
LDLIBS=-lcryptsetup -ldevmapper
TESTS=$(wildcard *-test *-test2) api-test api-test-2 all-symbols-test \
blockwise-compat compat-test-args unit-utils-crypt-test
TESTS=$(wildcard *-test *-test2) api-test api-test-2 all-symbols-test unit-utils-crypt-test
TESTS_UTILS=differ unit-utils-io unit-wipe
ifneq ($(RUN_SSH_PLUGIN_TEST),)