tcsh: Remove MINIX specific file from the build.
[dragonfly.git] / contrib / cryptsetup / tests / Makefile.am
blobe28f15a493c1c4e9b9cb0ef29d302897b14a0efd
1 TESTS = api-test compat-test align-test
3 EXTRA_DIST = fileDiffer.py compatimage.img.bz2 align-test compat-test
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/
10 check_PROGRAMS = api-test
12 compatimage.img:
13         @bzip2 -k -d compatimage.img.bz2