Commit Graph

9 Commits

Author SHA1 Message Date
Jakob Unterwurzacher
12e0cd047f Include README.md and tests in the release tarball
Also, fix "make distcheck", it failed because of the relative path "*.m4":

    make[3]: Entering directory `/home/jakob/encfs/encfs-1.8.1/_build/m4'
    make[3]: *** No rule to make target `*.m4', needed by `distdir'.  Stop.
2015-03-29 18:40:22 +02:00
Jakob Unterwurzacher
31568b1de5 tests: Add benchmark-reverse.pl
Benchmarks "encfs --reverse" rsync performance.

Run "make benchmark-reverse" to run it with default settings.
2015-03-22 21:03:47 +01:00
Jakob Unterwurzacher
553f65a014 benchmark.pl: Improve help text, add Makefile target
Performing a benchmark on /var/tmp now is as easy as
"make benchmark".
2014-12-27 15:00:58 +01:00
Jakob Unterwurzacher
1c5c75c44f tests: Name all tests ".t.pl"
This way, everything (for example, common.inc) can have its proper
".pl" ending and syntax highlighting works properly in every editor.
2014-12-08 17:39:10 +01:00
Jakob Unterwurzacher
0e8e1dd20c tests: Move perl tests to tests/, make them callable from top-level Makefile
Use "make test" or "make test-verbose" to run.
Note that "make test" seems to be more common than "make tests", hence the
change.

Also, use a new clean directory directory as a working area for each run
Created using mkdtemp and deleted in cleanup()
2014-10-20 20:55:02 +02:00
Valient Gough
b27d4a79e2 remove outdated files from dist target
git-svn-id: http://encfs.googlecode.com/svn/branches/1.x@134 db9cf616-1c43-0410-9cb8-a902689de0d6
2013-12-03 06:26:07 +00:00
Valient Gough
9fa5deb196 rework fuse detection to allow OSX to work out of the box using OSXFuse
git-svn-id: http://encfs.googlecode.com/svn/trunk@73 db9cf616-1c43-0410-9cb8-a902689de0d6
2011-12-28 23:37:34 +00:00
Valient Gough
6d081f5c99 switch to V6 XML config format using boost serialization
git-svn-id: http://encfs.googlecode.com/svn/trunk@16 db9cf616-1c43-0410-9cb8-a902689de0d6
2008-04-13 20:35:57 +00:00
Valient Gough
4fc836f032 Import version 1.4.0
git-svn-id: http://encfs.googlecode.com/svn/trunk@2 db9cf616-1c43-0410-9cb8-a902689de0d6
2008-01-07 08:09:04 +00:00