From 217f646ea1387f921539d8abf273e38b3bccf435 Mon Sep 17 00:00:00 2001 From: Valient Gough Date: Mon, 7 Aug 2017 22:49:38 -0400 Subject: [PATCH] update install instructions --- INSTALL.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 8d0db64..662f4d0 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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