Skip to content

Commit

Permalink
update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vgough committed Aug 8, 2017
1 parent 27c0c71 commit 217f646
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,17 @@ Steps to build EncFS:
cmake ..
make

Optional, but strongly recommended, is running the test suite
to verify that the generated binaries work as expected
(runtime: 20 seconds)
Optional, but strongly recommended, is running the unit and integration
tests to verify that the generated binaries work as expected. Unit
tests will run almost instantly:

make test

Integration tests will take ~20 seconds to run and will mount an
encrypted filesystem and run tests on it:

make integration

The compilation process creates two executables, encfs and encfsctl in
the encfs directory. You can install to in a system directory via

Expand Down

0 comments on commit 217f646

Please sign in to comment.