aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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