Add compat-test-args to Makefile.localtest's list of tests.

This commit is contained in:
Guilhem Moulin
2022-07-16 09:45:01 +02:00
committed by Milan Broz
parent 6578dac2f9
commit b37d04975d

View File

@@ -6,7 +6,7 @@
CPPFLAGS=-I../lib/ -I../lib/luks1 -DHAVE_DECL_DM_TASK_RETRY_REMOVE -DKERNEL_KEYRING -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
TESTS=$(wildcard *-test *-test2) api-test api-test-2 all-symbols-test blockwise-compat compat-test-args
differ: differ.o
$(CC) -o $@ $^