summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 8 insertions, 4 deletions
diff --git a/README b/README
index f48b3dc..cf1d3a6 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