commit: aed9189be415fdfdbc8666151747e9b4a23a2f1d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 6 04:16:10 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 6 04:16:19 2023 +0000
URL:
https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=aed9189b
Makefile: wire up check target
Followup to 1553c3bc0f0c18892aa03880183e95d0aa8089e9 which did the real
work.
Signed-off-by: Sam James <sam <AT> gentoo.org>
Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile b/Makefile
index 6014d03..ca64a3a 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,9 @@ PROGRAMS = consoletype
all: $(PROGRAMS)
+check: all
+ ./test-functions
+
install: all
install -m 0755 -d $(DESTDIR)$(ROOTSBINDIR)
install -m 0755 consoletype $(DESTDIR)$(ROOTSBINDIR)