mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2026-01-08 00:15:33 +01:00
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@448 36d66b0a-2a48-0410-832c-cd162a569da5
18 lines
510 B
Makefile
18 lines
510 B
Makefile
TESTS = api-test compat-test loopaes-test align-test mode-test password-hash-test
|
|
|
|
EXTRA_DIST = compatimage.img.bz2 \
|
|
compat-test loopaes-test align-test mode-test password-hash-test
|
|
|
|
differ_SOURCES = differ.c
|
|
differ_CFLAGS = -Wall -O2
|
|
|
|
api_test_SOURCES = api-test.c $(top_srcdir)/lib/utils_loop.c
|
|
api_test_LDADD = ../lib/libcryptsetup.la
|
|
api_test_LDFLAGS = -static
|
|
api_test_CFLAGS = -g -Wall -O0 -I$(top_srcdir)/lib/
|
|
|
|
check_PROGRAMS = api-test differ
|
|
|
|
compatimage.img:
|
|
@bzip2 -k -d compatimage.img.bz2
|