From 97177822bc4a86405e3cb10be9d4711596cd4bd9 Mon Sep 17 00:00:00 2001 From: Fredrik Salomonsson Date: Mon, 11 May 2020 13:35:02 -0700 Subject: Add test target to makefile (#8) --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 + -- cgit