From beafad2657c7a57109c28f8bad9cb028c84c7dd5 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 7 Mar 2021 00:22:59 +0100 Subject: [PATCH] build: Add missing proctitle unit test program --- test/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Makefile.am b/test/Makefile.am index 90fe384..de80b12 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -41,6 +41,7 @@ check_PROGRAMS = \ fpurge \ md5 \ nlist \ + proctitle \ proctitle-init \ progname \ pwcache \