diff options
author | Fredrik Salomonsson <plattfot@gmail.com> | 2020-05-11 13:35:02 -0700 |
---|---|---|
committer | Fredrik Salomonsson <plattfot@gmail.com> | 2020-05-11 13:37:20 -0700 |
commit | 97177822bc4a86405e3cb10be9d4711596cd4bd9 (patch) | |
tree | c9799a3057022dcaf92c880b64c262fccded60e1 | |
parent | 287e29ab9201b803c13d61e49d6feb5d1315701a (diff) | |
download | pinentry-rofi-97177822bc4a86405e3cb10be9d4711596cd4bd9.tar.gz |
Add test target to makefile (#8)
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 + |