summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKevin Greenan <kmgreen2@gmail.com>2014-04-03 16:39:03 -0700
committerKevin Greenan <kmgreen2@gmail.com>2014-04-03 16:39:03 -0700
commit80fc5d1d95f06ea4732717b06b42177099cc93c9 (patch)
tree5e9fde0e4cb5e49242fbfb5176beebeea1c20941 /README
parent3f6d524d2d68c3a7607a8548cb61b5496862cf51 (diff)
parent81f4bdd6f5ded33d18ef55c01f9c4edb196e41bf (diff)
downloadjerasure-80fc5d1d95f06ea4732717b06b42177099cc93c9.tar.gz
Merged in dachary/jerasure/wip-make-check (pull request #16)
run tests with make check
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 8 insertions, 4 deletions
diff --git a/README b/README
index 77d596c..69e990d 100644
--- a/README
+++ b/README
@@ -77,10 +77,14 @@ Testing GF-Complete
If the GF-Complete tools are installed in /usr/local/bin
-cd Examples
-./test_all_gfs.sh
+ make check
If the GF-Complete tools are installed elsewhere
-cd Examples
-GF_COMPLETE_DIR=../../gf-complete/tools ./test_all_gfs.sh
+ make GF_COMPLETE_DIR=$(pwd)/../gf-complete/tools check
+
+To run some tests with valgrind
+
+ make VALGRIND='valgrind --tool=memcheck --quiet' \
+ GF_COMPLETE_DIR=$(pwd)/../gf-complete/tools \
+ check