[procps] [PATCH 1/3] set test programs to check_PROGRAMS

  • From: Mike Frysinger <vapier@xxxxxxxxxx>
  • To: procps@xxxxxxxxxxxxx
  • Date: Thu, 27 Jun 2013 18:40:57 -0400

Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx>
---
 lib/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index 9430de2..8a6d0d0 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -2,7 +2,7 @@ AM_CPPFLAGS = -include $(top_builddir)/config.h 
-I$(top_srcdir)/include
 
 AM_CPPFLAGS += -DTEST_PROGRAM
 
-noinst_PROGRAMS = test_strutils test_fileutils
+check_PROGRAMS = test_strutils test_fileutils
 
 test_strutils_SOURCES = strutils.c
 test_fileutils_SOURCES = fileutils.c
-- 
1.8.2.1


Other related posts:

  • » [procps] [PATCH 1/3] set test programs to check_PROGRAMS - Mike Frysinger