mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2026-01-11 09:55:33 +01:00
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@401 36d66b0a-2a48-0410-832c-cd162a569da5
17 lines
445 B
Makefile
17 lines
445 B
Makefile
TESTS = api-test compat-test align-test mode-test password-hash-test
|
|
|
|
EXTRA_DIST = compatimage.img.bz2 align-test compat-test mode-test password-hash-test
|
|
|
|
differ_SOURCES = differ.c
|
|
differ_CFLAGS = -Wall -O2
|
|
|
|
api_test_SOURCES = api-test.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
|