2008-01-07 09:09:04 +01:00
|
|
|
|
|
|
|
if BUILD_NLS
|
|
|
|
NLS_DIR = po
|
|
|
|
endif
|
|
|
|
|
|
|
|
SUBDIRS = encfs m4 $(NLS_DIR)
|
|
|
|
|
|
|
|
|
2015-03-29 18:40:22 +02:00
|
|
|
EXTRA_DIST = encfs.spec intl/gettext.h tests README.md
|
2008-01-07 09:09:04 +01:00
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = aclocal.m4
|
|
|
|
|
|
|
|
|
2011-12-29 00:37:34 +01:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2014-10-20 19:59:08 +02:00
|
|
|
|
|
|
|
.PHONY: test
|
|
|
|
test:
|
2014-12-08 17:39:10 +01:00
|
|
|
perl -MTest::Harness -e '$$Test::Harness::verbose=0; runtests @ARGV;' tests/*.t.pl
|
2014-10-20 19:59:08 +02:00
|
|
|
|
|
|
|
.PHONY: test-verbose
|
|
|
|
test-verbose:
|
2014-12-08 17:39:10 +01:00
|
|
|
perl -MTest::Harness -e '$$Test::Harness::verbose=1; runtests @ARGV;' tests/*.t.pl
|
2014-12-27 14:52:32 +01:00
|
|
|
|
|
|
|
.PHONY: benchmark
|
|
|
|
benchmark:
|
|
|
|
sudo tests/benchmark.pl /var/tmp
|
2015-03-22 15:53:25 +01:00
|
|
|
|
|
|
|
.PHONY: benchmark-reverse
|
|
|
|
benchmark-reverse:
|
|
|
|
tests/benchmark-reverse.pl /var/tmp
|
|
|
|
tests/benchmark-reverse.pl /var/tmp --nocache
|