summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLoic Dachary <loic@dachary.org>2014-03-29 11:51:27 +0100
committerLoic Dachary <loic@dachary.org>2014-04-02 17:57:15 +0200
commitc18b97cd0295849189d877b042701b2ef51d21f8 (patch)
tree675a6c59ab08b77b57bd7e301cf5131954f9f112 /README
parent4c84a3b6507e9d1a13b1b7e00c3227829fbeaff2 (diff)
downloadgf-complete-c18b97cd0295849189d877b042701b2ef51d21f8.tar.gz
add make check target and basic tests
To conveniently run tests as $ make check ============================================================================ Testsuite summary for gf-complete 1.0 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ The run-tests.sh script loops over gf_methods and is introduced because autotools does not allow tests to have parameters in the Makefile.am Signed-off-by: Loic Dachary <loic@dachary.org>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index d483540..50968eb 100644
--- a/README
+++ b/README
@@ -24,3 +24,7 @@ To compile, do:
./configure
make
sudo make install
+
+To run the tests, do:
+
+ make check