mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
Support make check-programs target from top level makefile.
Also fix genereated header dependence.
This commit is contained in:
@@ -60,3 +60,6 @@ install-data-local:
|
||||
|
||||
uninstall-local:
|
||||
rmdir $(DESTDIR)/${EXTERNAL_LUKS2_TOKENS_PATH} 2>/dev/null || :
|
||||
|
||||
check-programs: libcryptsetup.la
|
||||
$(MAKE) -C tests $@
|
||||
|
||||
@@ -135,7 +135,7 @@ all_symbols_test_CPPFLAGS = $(AM_CPPFLAGS) -D_GNU_SOURCE
|
||||
|
||||
check_PROGRAMS = api-test api-test-2 differ vectors-test unit-utils-io all-symbols-test
|
||||
|
||||
check-programs: $(check_PROGRAMS) fake_token_path.so
|
||||
check-programs: test-symbols-list.h $(check_PROGRAMS) fake_token_path.so
|
||||
|
||||
conversion_imgs:
|
||||
@tar xJf conversion_imgs.tar.xz
|
||||
|
||||
Reference in New Issue
Block a user