Merge branch 'vendor/GDB'
[dragonfly.git] / contrib / cryptsetup / tests / Makefile.am
1 TESTS = api-test compat-test align-test
2
3 EXTRA_DIST = fileDiffer.py compatimage.img.bz2 align-test compat-test
4
5 api_test_SOURCES = api-test.c
6 api_test_LDADD = ../lib/libcryptsetup.la
7 api_test_LDFLAGS = -static
8 api_test_CFLAGS = -g -Wall -O0 -I$(top_srcdir)/lib/
9
10 check_PROGRAMS = api-test
11
12 compatimage.img:
13         @bzip2 -k -d compatimage.img.bz2