summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-07-03 09:02:50 -0400
committerDan Davison <dandavison7@gmail.com>2019-07-08 23:51:09 -0400
commit3136e08bdeecd7ab8b0b651bd134f863a594980a (patch)
tree91b7c5be8c47d25d3024d606b6c7aa261cfeb2d3 /Makefile
parent1c3b265ca497131307f18816ebf1de7c01678e9e (diff)
Unit tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2445fd9c..c4204dd6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
build:
+ @printf "____________________________________________________________________________________\n"
cargo build
test:
+ cargo test
bash -c "diff -u <(git log -p | cut -c 2-) <(git log -p | delta --width variable | ansifilter | cut -c 2-)"