aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy Wing2016-04-27 16:48:45 -0400
committerTeddy Wing2016-04-27 16:48:45 -0400
commit665df66a7cd103b97dcd6667b02a051a797719a3 (patch)
tree5068dff10300df3c7cb60b2e53fcf1a4213bbd40 /Makefile
parent55ddc252ff0fbbf4149afa6497b5fb407905ef52 (diff)
parentf45f00cbbe32d473deb4e23e8944a5a61e5f8e45 (diff)
downloadmutt-alias-auto-add-665df66a7cd103b97dcd6667b02a051a797719a3.tar.bz2
Merge branch 'use-writer-for-STDOUT-instead-of-println'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3204ff4..c7b665e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,12 @@
test-integration:
+ cargo build
prove -v
+
+test:
+ cargo test
+
+test-all: test test-integration
+
+reinstall:
+ cargo uninstall alias-auto-add
+ cargo install