[Pdbg] [PATCH 1/4] configure: Enable tests

Amitay Isaacs amitay at ozlabs.org
Mon Aug 13 13:05:03 AEST 2018


Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
 Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index e2783f1..f6b8195 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,9 @@ AM_MAKEFLAGS = --no-print-directory
 GIT_SHA1 ?= `git --work-tree=$(top_srcdir) --git-dir=$(top_srcdir)/.git describe --always --long --dirty 2>/dev/null || echo unknown`
 
 bin_PROGRAMS = pdbg
-noinst_PROGRAMS = optcmd_test
+check_PROGRAMS = optcmd_test
+
+TESTS = optcmd_test
 
 ACLOCAL_AMFLAGS = -Im4
 AM_CFLAGS = -I$(top_srcdir)/ccan/array_size -Wall -Werror -O2
-- 
2.17.1



More information about the Pdbg mailing list