Fix po files include and tests.
[platform/upstream/cryptsetup.git] / tests / Makefile.am
1 TESTS = api-test compat-test align-test mode-test
2
3 EXTRA_DIST = compatimage.img.bz2 align-test compat-test mode-test
4
5 differ_SOURCES = differ.c
6 differ_CFLAGS = -Wall -O2
7
8 api_test_SOURCES = api-test.c
9 api_test_LDADD = ../lib/libcryptsetup.la
10 api_test_LDFLAGS = -static
11 api_test_CFLAGS = -g -Wall -O0 -I$(top_srcdir)/lib/
12
13 check_PROGRAMS = api-test differ
14
15 compatimage.img:
16         @bzip2 -k -d compatimage.img.bz2