File: Makefile.am

package info (click to toggle)
ecryptfs-utils 99-1%2Bdeb7u1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,196 kB
  • sloc: ansic: 17,394; sh: 13,596; makefile: 321; python: 41
file content (19 lines) | stat: -rw-r--r-- 517 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AUTOMAKE_OPTIONS = subdir-objects

# Only place tests worth of 'make check' here. All other tests are noinst.
dist_check_SCRIPTS = verify-passphrase-sig.sh
check_PROGRAMS = verify-passphrase-sig/test

dist_noinst_DATA = tests.rc

dist_noinst_SCRIPTS = $(dist_check_SCRIPTS)

if ENABLE_TESTS
noinst_PROGRAMS = $(check_PROGRAMS)
endif

verify_passphrase_sig_test_SOURCES = verify-passphrase-sig/test.c
verify_passphrase_sig_test_LDADD = $(top_builddir)/src/libecryptfs/libecryptfs.la

TESTS = verify-passphrase-sig.sh