mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-13 11:50:10 +01:00
Add HAVE_DECL_DM_TASK_RETRY_REMOVE define in local tests.
This commit is contained in:
committed by
Milan Broz
parent
4c33ab1997
commit
4f5c25d0dd
@@ -2,7 +2,7 @@
|
|||||||
# Makefile to run tests with system binaries
|
# Makefile to run tests with system binaries
|
||||||
# USE: make -f Makefile.localtest tests CRYPTSETUP_PATH=/sbin
|
# USE: make -f Makefile.localtest tests CRYPTSETUP_PATH=/sbin
|
||||||
#
|
#
|
||||||
CPPFLAGS=-I../lib/ -I../lib/luks1 -DKERNEL_KEYRING -DHAVE_SYS_SYSMACROS_H -DNO_CRYPTSETUP_PATH
|
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
|
CFLAGS=-O2 -g -Wall
|
||||||
LDLIBS=-lcryptsetup -ldevmapper
|
LDLIBS=-lcryptsetup -ldevmapper
|
||||||
TESTS=$(wildcard *-test *-test2) api-test api-test-2
|
TESTS=$(wildcard *-test *-test2) api-test api-test-2
|
||||||
|
|||||||
Reference in New Issue
Block a user