aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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).