aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Salomonsson <plattfot@gmail.com>2020-05-11 13:35:02 -0700
committerFredrik Salomonsson <plattfot@gmail.com>2020-05-11 13:37:20 -0700
commit97177822bc4a86405e3cb10be9d4711596cd4bd9 (patch)
treec9799a3057022dcaf92c880b64c262fccded60e1
parent287e29ab9201b803c13d61e49d6feb5d1315701a (diff)
downloadpinentry-rofi-97177822bc4a86405e3cb10be9d4711596cd4bd9.tar.gz
Add test target to makefile (#8)
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 42d59de..18d9f8a 100644
--- a/Makefile
+++ b/Makefile
@@ -6,3 +6,7 @@ PREFIX_BIN ?= $(PREFIX)/usr/bin
install:
@install -DT pinentry-rofi.scm $(PREFIX_BIN)/pinentry-rofi-guile
+.PHONY: test
+test:
+ @./test.scm
+