aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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
+