From 55ddc252ff0fbbf4149afa6497b5fb407905ef52 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 27 Apr 2016 06:39:40 -0400 Subject: README: Add section on testing Describe the commands to use to run the test suite. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 10bc4b0..8259ce3 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,16 @@ For other platforms, you'll need the [Rust][2] compiler. $ cargo uninstall --root /usr/local alias-auto-add +## Testing +Unit tests: + + $ cargo test + +Integration test: + + $ make + + ## License Copyright © 2016 Teddy Wing. Licensed under the GNU GPL (see the included COPYING file). -- cgit v1.2.3