From c8a9c9b0695a8f2860d1520a374b42947b1261be Mon Sep 17 00:00:00 2001 From: Diego Petteno Date: Thu, 24 Jan 2008 10:45:33 +0000 Subject: Use check_PROGRAMS rather than noinst_PROGRAMS for test programs. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2103 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 8a0ded83..a3bb4d0e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -226,7 +226,7 @@ pabrowse_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS) # Test programs # ################################### -noinst_PROGRAMS = \ +check_PROGRAMS = \ mainloop-test \ mcalign-test \ pacat-simple \ @@ -258,13 +258,13 @@ noinst_PROGRAMS = \ proplist-test if HAVE_SIGXCPU -noinst_PROGRAMS += \ +check_PROGRAMS += \ cpulimit-test \ cpulimit-test2 endif if HAVE_GLIB20 -noinst_PROGRAMS += \ +check_PROGRAMS += \ mainloop-test-glib endif -- cgit